* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    opacity: 0;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes scaleOpa4 {
    100% {
        opacity: 0.3;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes backgroundchange_3 {
    0% {
        background: url(/images/con3_12.png) no-repeat center / contain;
    }
        20% {
        background: url(/images/con3_12.png) no-repeat center / contain;
    }

    33% {
        background: url(/images/pl_09.png) no-repeat center / contain;
    }
        53% {
        background: url(/images/pl_09.png) no-repeat center / contain;
    }

    66% {
        background: url(/images/pl_10.png) no-repeat center / contain;
    }
        86% {
        background: url(/images/pl_10.png) no-repeat center / contain;
    }

    99% {
        background: url(/images/con3_12.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con3_12.png) no-repeat center / contain;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

body{
    background: white;
}
.main{
    background: url(/images/main_bg.jpg) no-repeat center / cover;

}

/* rolling counter */
@keyframes rollingNumber {
    100% {
        top: 0px;
    }
}
@-webkit-keyframes rollingNumber {
    100% {
        top: 0px;
    }
}

#section04 { position: relative; overflow: hidden; }
#section04 .background_img { position: absolute; inset: 0; z-index: 0; }
#section04 .ani_wrap { display: flex; justify-content: center; align-items: center; padding-top: 77px; }
#section04 .ani_wrap > div { position: relative; }
#section04 .char_cn { position: absolute; top: 25px; }
#section04 .char_cn img { width: auto; }
#section04 .char_cn:nth-child(1) { right: 440px; }
#section04 .char_cn:nth-child(2) { left: 440px; }
#section04 .logo_circle img { width: auto; max-width: 100%; }
#section04 .section_inner { position: relative; z-index: 1; padding: 290px 0 180px; }
#section04 .rolling-counter-wrap { margin-top: 43px; }
#section04 .rolling-counter-wrap .rolling-number { background: #000; }
#section04 .rolling-counter-wrap .rolling-number + .rolling-number { margin-left: 11px; }
#section04 .rolling-counter-wrap .rolling-number .numbers { animation-name: none; }
#section04 .rolling-counter-wrap.aos-animate .rolling-number .numbers {
    animation-name: rollingNumber;
    animation-duration: 1500ms;
    animation-timing-function: ease-out;
    animation-fill-mode: inherit;
    animation-fill-mode: forwards;
}
#section04 .rolling-counter-wrap + .caption { color: #fff; text-align: center; font-size: 16px; margin-top: 1em; opacity: 0.5; }
#section04 .section_title { margin-top: 60px; }
#section04 .text_warp { display: flex; justify-content: space-between; align-items: flex-start; color: #fff; max-width: 1050px; margin: 0 auto; }
#section04 .text_warp .left { font-size: 40px; line-height: 1.2em; }
#section04 .text_warp .right { font-size: 19px; font-weight: 300; line-height: 1.5em; }
#section04 .flow_inner { position: absolute; top: 0; left: 50%; -webkit-transform: translate3d(-50%,0,0); width: 1920px; height: 100%; }
#section04 .flow-ani-wrap { position: absolute; top: 0; height: 100%; }
#section04 .flow-ani-wrap:before,
#section04 .flow-ani-wrap:after { content: ""; position: absolute; left: 0; width: 100%; height: 100px; z-index: 10; }
#section04 .flow-ani-wrap:before { top: 0; background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }
#section04 .flow-ani-wrap:after { bottom: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
#section04 .flow-ani-wrap ul { padding-top: 32px; }
#section04 .flow-left { left: 105px; }
#section04 .flow-right { right: 105px; }




/* rolling count */
.rolling-counter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rolling-counter-wrap * {
    font-family: var(--font-family-title);
    font-size: 120px;
}

.rolling-counter-wrap .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.rolling-number {
    position: relative;
    width: 120px;
    height: 1.2em;
    overflow: hidden;
    color: #fff;
    text-align: center;
    outline: 2px solid #d70315;
}

.rolling-number+.rolling-number {}

.rolling-number .numbers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2em;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
}
@media (max-width:768px){
    .mobileView{
        display: block;
    }
    .rolling-number .numbers span{
        height: 17rem;
    }
}

.rolling-dot,
.rolling-unit {
    line-height: 1em;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 1.4em;
    color: #fff;
}

.rolling-dot {
    margin: 0 5px;
}

.rolling-unit {
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.rolling-number[data-number="0"] .numbers {
    top: -1000%;
}

.rolling-number[data-number="1"] .numbers {
    top: -1100%;
}

.rolling-number[data-number="2"] .numbers {
    top: -1200%;
}

.rolling-number[data-number="3"] .numbers {
    top: -1300%;
}

.rolling-number[data-number="4"] .numbers {
    top: -1400%;
}

.rolling-number[data-number="5"] .numbers {
    top: -1500%;
}

.rolling-number[data-number="6"] .numbers {
    top: -1600%;
}

.rolling-number[data-number="7"] .numbers {
    top: -1700%;
}

.rolling-number[data-number="8"] .numbers {
    top: -1800%;
}

.rolling-number[data-number="9"] .numbers {
    top: -1900%;
}

.rolling-number[data-number="10"] .numbers {
    top: -1000%;
}

.rolling-number .numbers {
    animation-name: rollingNumber;
    animation-duration: 1500ms;
    animation-timing-function: ease-out;
    animation-fill-mode: inherit;
    animation-fill-mode: forwards;
}
.rolling-number {
    outline: 2px solid #ffffff29;
    border-radius: 20px;
}
.rolling-number {
    position: relative;
    width: 120px;
    height: 1.2em;
    overflow: hidden;
    color: #ed1c24;
    text-align: center;
    font-family: pretendard-bold;
}
.rolling-number {
    position: relative;
    width: 6vw;
    height: 7vw;
    overflow: hidden;
    text-align: center;
}
.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 6vw;
}
.rolling-unit {
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-size: 7vw;
    margin-bottom: -2%;
    margin-left: 2%;
    margin-right: 2%;
    color: #ed1c24;

}
.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.05em;
    font-weight: 900;
    font-size: 6vw;
    width: 100%;
    height: 7vw;
}
.rolling-number[data-number="9"] .numbers {
    top: -1200%;
}
.rolling-number[data-number="6"] .numbers {
    top: -1400%;
}
#section04 .rolling-counter-wrap {
    margin-top: 43px;
    margin-left: -3%;
    margin-bottom: 7%;
}
.main_top_5th{
    width: 12.0255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
    position: absolute;
    right: -14%;
}
.main_top{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 4%;
    overflow: hidden;

}
.main_top_2nd{
    width: 33.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_top_3rd{
    width: 52.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.main_top_3rd_absol_1st{
    width: 15.5831%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
}
.main_top_3rd_absol_2nd{
    width: 15.5831%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1.4%;
}
.main_top_4th{
    width: 28.6139%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}




.con1 .con7_mid_top_cate_margin{
    border-left: 1px solid rgba(128, 128, 128, 0.34);
}

.con1 .con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con1 .con7_mid_top_cate:hover .absol{
    opacity: 1;
}

.con1 .con7_mid_top_cate:hover{
    color: #666B05;
    font-family: Pretendard-bold;
}
.con1 .con7_mid_top_cate.on{
    color: #666B05;
    font-family: Pretendard-bold;
    margin-bottom: 0 !important;
}


.con1 .con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.con1 .con7_mid_top{
    padding: 2% 2%;
    background: white;
}
.con1 .con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
    font-size: 1.1vw;
    font-family: pretendard-regular;
}
.con1{
    height: 5vw;
}
.con1_5_top{
    width: 34.9505%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4.5%;
    margin-top: 2%;
}
.con1_5_top_2nd{
    width: 55.9406%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.con1_5_mid_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21%;
    margin: 0 1.4%;
    position: relative;
}
.con1_5_mid_item img{
    width: 100%;
}
.con1_5_mid_item .absol{
    opacity: 0;
}
.con1_5_bottom {
    margin-top: 6%;
    width: 90%;
    margin-bottom: 4%;
    border: 1px solid white;
    position: relative;
}
.con1_5_bottom_2nd{
    width: 26.2926%;
    display: flex;
    justify-content: center;
    margin-top: 6%;
    align-items: center;
    overflow: hidden;
}
.con1_5_bottom_3rd{
    width: 27.9978%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con1_5_bottom_absol_3rd{
    width: 12.1562%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    bottom: 6%;
}
.con1_5_bottom_absol_2nd{
    width: 18.7019%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
}
.con1_5_bottom_absol_2nd_2{
    width: 99.8913%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -110%;
    animation: blk infinite 1s;
}
.con1_5_bottom_absol_2nd_img{
    animation: blk infinite 1s;

    animation-delay: 0.5s;
}
.con1_5_bottom_absol_2{
    animation: blk infinite 1s;


}
.con1_5_bottom_absol_img{
    animation: blk infinite 1s;

    animation-delay: 0.5s;
}

.con1_5_bottom_absol{
    width: 18.7019%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
}
.con1_5_bottom_absol_2{
    width: 99.8913%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -110%;
}
.con1_5_bottom_3rd {
    width: 27.9978%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.con2_absol_5th{
    animation: backgroundchange_3 infinite 4s ;
    width: 48.7624%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
    z-index: 1;
}



.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 33.3vw;

}
.con2_mid_swiper_1_slide img{
    width: 100%;
}
.con2_top{
    width: 23.1683%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    z-index: 1;
    overflow: hidden;
}
.con2_top_2nd{
    width: 34.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: -9.5%;
    z-index: 1;

}
.con2_con{
    background: antiquewhite;
    position: relative;
}
.con2_con_2nd{
    background: black;
    position: relative;

}
.con2_top_3rd{
    width: 48.1683%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5%;
    z-index: 1;
    overflow: hidden;

}
.con2_absol_2nd{
    width: 26.3861%;
    display: flex;
    justify-content: flex-start;
    left: 4%;
    align-items: center;
}
.con2_absol_3rd{
    width: 25.8911%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 4%;
}
.con2_absol{
    width: 46.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con2_absol_4th{
    width: 2.17822%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 31%;
}
.con2_absol_2nd_2{
    width: 88.5089%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -110%;
    overflow: hidden;
}
.con2_absol_2nd_3{
    width: 88.5089%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -110%;
    overflow: hidden;
}
.con2_absol_3rd_2{
    width: 88.5089%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: -110%;
}
.con2_absol_3rd_3{
    width: 88.5089%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: -110%;
}
.con2_top_4th{
    width: 46.2376%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    overflow: hidden;
}
.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58%;
    height: 9.3vw;
    margin-top: 3%;
    overflow: hidden;
    border-top: 1px solid #ffffffb0;
    border-bottom: 1px solid #ffffffb0;
}
.swiper-wrapper {
    align-items: center;
}
.con2_mid_swiper_1_slide.swiper-slide-active img{
    opacity: 0.5;
    scale: 0.6;
    margin-top: -6%;
}
.con2_mid_swiper_1_slide.swiper-slide-next + .con2_mid_swiper_1_slide img{
    opacity: 0.5;
    scale: 0.6;
    margin-bottom: -6%;
}
.con2_mid_swiper_1_slide img{
    transition: 0.3s all;
}
.con3_top{
    margin-top: 10%;
    margin-bottom: 0%;
}
.con3_top_item {
    margin: 0 -0.5%;
    width: 7.47525%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_2nd{
    width: 42.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
}
.con3_left{
    width: 13.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
}
.con3_left_absol{
    width: 30.7531%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 27%;
}
.con3_right_absol{
    width: 30.7531%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    left: 27%;
}
.con3_right{
    width: 13.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
}
.con4_con{
}
.con4_top{
    width: 8.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 13%;
    margin-bottom: 1.8%;
}
.con4_top_2nd{
    width: 40.495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
    overflow: hidden;
}
.con4_top_3rd{
    margin-bottom: 6%;
}
.con4_top_3rd_item{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.2%;
}
.con4_top_3rd_item img{
    width: 100%;
}
.con4_top_3rd_item .absol{
    opacity: 0;
}
.con4_top_4th{
    margin-top: 11%;
    z-index: 1;

}
.con4_top_4th_item{
    width: 23.5644%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6%;
    z-index: 1;
    overflow: hidden;

}
.con4_top_4th_item:nth-child(2){
    width: 26%;

}
.con4_top_5th{
    width: 28.1188%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    z-index: 1;
}
.con4_top_6th{
    width: 36.8317%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -26%;
}
.con4_top_7th{
    font-family: pretendard-regular;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin-top: 4%;
    margin-bottom: 7%;
}
.con4_top_7th_p span{
    font-family: Pretendard-bold;
}
.con4_con_2nd_absol{
    width: 64.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    left: -18%;
    animation: hand2 infinite 4s;
}
.con4_con_2nd_absol_2{
    width: 69.8515%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 0%;
    z-index: 1;
    animation: hand2 infinite 5s reverse;
}
.con4_con_2nd_absol_3{
    width: 34.604%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -8%;
}
.con4_con_2nd_absol_4{
    width: 29.802%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    z-index: 1;
}
.con5_top_left{
    width: 39.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_right{
    width: 36.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
}
.con5_top_2nd_right{
    width: 39.9505%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -4%;
    margin-left: -0.26%;
}
.con5_top_3rd_left{
    width: 39.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_3rd_right{
    width: 36.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    overflow: hidden;
}
.con5_video1{
    width: 115.8%;
    height: 100%;
    filter: brightness(0.4);
}
.con5{
    background: navajowhite;
}
.con5_top{
    margin-top: 8%;
    margin-bottom: 1%;
}
.con5_top_left_absol{
    width: 64.4251%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 24%;
}
.con5_top_left_absol_2nd{
    text-align: right;
    font-size: 1.1vw;
    width: 77%;
    font-family: pretendard-regular;
    bottom: 24%;
    line-height: 1.7vw;

}
.con5_top_2nd_right_absol{
    width: 57.3737%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    right: 25%;

}
.con5_top_right_absol_2nd{
    text-align: left;
    font-size: 1.1vw;
    width: 65%;
    font-family: pretendard-regular;
    bottom: 12%;
    color: white;
    line-height: 1.7vw;
}
.con5_top_3rd{
    margin-top: 1%;
    margin-bottom: 8%;
}
.con5_top_3rd_left_absol{
    width: 56.9338%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 31%;
}
.con5_top_3rd_left_absol_2nd{
    text-align: right;
    font-size: 1.1vw;
    width: 77%;
    font-family: pretendard-regular;
    bottom: 24%;
    line-height: 1.7vw;
}
.con6_top{
    width: 28.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    overflow: hidden;
}
.con6_top_2nd{
    width: 13.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con6_top_3rd{
    width: 30.8416%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.8%;
    overflow: hidden;
}
.con6_top_4th{
    width: 29.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;

}
.con6_top_6th_right{
    width: 35.099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4%;
}
.con6_top_6th_right_absol{
    width: 35.8241%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: 0%;
    animation: blk 1s infinite;
}
.con6_top_5th_left{
    width: 27.8713%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_5th_left_absol{
    width: 35.3734%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    top: 37%;
    animation: blk 1s infinite;
}
.con6_top_7th{
    font-family: pretendard-regular;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin-top: 0%;
    margin-bottom: 11%;
}
.con6_top_7th_p span{
    font-family: Pretendard-bold;
}
.con9{
    background: #666B05;
}
.con9_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    overflow: hidden;
    margin-top: 4%;
}
.con9_bottom_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con9_top{
    width: 8.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con9_08{
    width: 52.5743%;
    bottom: 0;
}
.con9_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    overflow: hidden;
    margin-top: 4%;
    margin-bottom: 7%;
}
.con10_top{
    width: 52.9208%;
    display: flex;
    justify-content: center;
    margin: 4% 0;
    align-items: center;
}
.con11{
    background: black;
}
.con11_top_right {
    width: 62% !important;
}
.con11_top {
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 8%;
}
.con11_top_right_bottom_p{
    font-family: pretendard-regular;
    text-align: right;
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin-top: 0%;
    margin-bottom: 11%;
    color: white;
}
.con11_top_right_bottom_p span{
    font-family: Pretendard-bold;
}
.con11_top_right {
    width: 52% !important;
    border-bottom: 1px solid white;
}
.con11_top_right_bottom_p {
    font-family: pretendard-regular;
    text-align: right;
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin-top: 0%;
    margin-bottom: 4%;
    color: white;
    width: 100%;
}
.con11_top_right_top {
    width: 12.8553%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    margin-right: -31%;
    overflow: hidden;
}
.con11_top_left{
    width: 29.3564%;
    display: flex;
    justify-content: center;
    margin-right: 3%;
    align-items: center;
    overflow: hidden;
}
.con11_bottom{
    margin-top: 4%;
    margin-bottom: 6%;
}
.con11_bottom_item {
    width: 22.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
    position: relative;
}
.con11_bottom_item img{
    width: 100%;
}
.con11_top_right_bottom{
    margin-right: 5%;
}
.con11_bottom_item .absol{
    opacity: 0;
}
.con12 >div {
    width: 50% !important;
}













.con12 .con7_mid{
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9%;
}

.con12 .con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 46px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
}
.con12 .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 52%;
    padding-top: 2.5%;
    padding-bottom: 1%;
    margin-top: -4.5%;
}
.con12 .con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
.con12 .con7_mid_top > div:nth-child(1)>img{
    transition: 0.3s all;
}
.con12 .con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.con12 .con7_mid_top_cate:hover .con7_mid_top_cate_item{
    color: white;

}

.con12 .con7_mid_top_cate_item_on{
    color: white !important;


}

.con12 .con7_mid_top_cate:hover .absol{
    opacity: 1;
    z-index: 0;

}

.con12 .con7_mid_top_cate img{
    transition: 0.3s all;
}
.con12 .con7_mid_top_cate:hover img:nth-of-type(1){
    opacity: 0;
    z-index: 0;

}

.con12 .con7_mid_top > div> img{
    width: 100%;
}
.con12 .con7_2{
    width: 95%;
    margin-top: 0.76%;
}
.con12 .con7_2_2nd{
    width: 100%;
}
.con12 .con7_mid_bottom_2{
    width: 100%;
}
.con12 .con7_mid_bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12 .con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
.con12 .con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con12 .con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}

.con12 .con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con12 .con7_mid_swiper_1_slide img{
    width: 100%;
}

.con12 .con7_swiper_item_img:hover img{
    scale: 1.2;
}
.con12 .con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*border: 2px solid #FF1515;*/

}
.con12 .con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con12 .con7_mid_swiper_1_slide img {
    width: 100%;
}

.con12 .con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.3%;
}
.con12 .con7_mid_swiper_1_slide_p{
    font-family: Pretendard-bold;
    font-size: 2.4vw;
}

.con12 .con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid #FF1515; */
}
.con12  .con7_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
}

.con12 .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.con12 .con7_mid_swiper_1 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con12 .con7_mid_swiper_2 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con12 .con7_mid_swiper_3 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con12 .con7_mid_con > .con7_mid_top{
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 3%;
    width: 66%;
    margin-bottom: 6%;
}

.con12 .con7_mid{
    width: 100%;
}
.con12 .con7_mid_swiper_1 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con12 .con7_mid_swiper_2 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con12 .con7_mid_swiper_3 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con12 .con7_swiper_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 23vw;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.con12 .con7_mid{
    background: unset;
}
.con12 .con7_mid_swiper_1_slide_p {
    font-family: Pretendard-bold;
    font-size: 1.7vw;
    color: white;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.con12_left_top{
    width: 62.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19%;
}
.con12_left_top_2nd {
    width: 67.6238%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15%;
    margin-left: 10%;
    z-index: 2;
}
.con12_left_top_3rd{
    width: 61.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -32%;
    z-index: 3;

}
.con12_left_top_4th{
    z-index: 1;

}
.con12_left_top_4th {
    width: 61.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 15%;
}
.con12_left_top_absol{
    width: 40.495%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
    top: 18%;
    overflow: hidden;
    left: 29%;
}
.con12 .con7_mid_con > .con7_mid_top {
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 8%;
    width: 66%;
    margin-bottom: 9%;
}
.con7_mid_line_absol_1{
    width: 84%;
    right: 0;
    top: 22.5%;
    border-bottom: 1px solid black;
}
.con7_mid_line_absol_2{
    width: 84%;
    right: 0;
    top: 23.5%;
    border-bottom: 1px solid black;
}


.con7_mid_line_absol_3{
    width: 84%;
    right: 0;
    bottom: -6.5%;
    border-bottom: 1px solid black;
}
.con7_mid_line_absol_4{
    width: 84%;
    right: 0;
    bottom: -7.5%;
    border-bottom: 1px solid black;
}
.con13{
    background: #5e6307;
}
.con13_top{
    width: 8.06931%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 18%;
}
.con13_top_2nd{
    width: 24.3069%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 18%;
    overflow: hidden;
}
.con13_top_absol{
    width: 11.1386%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11%;
    right: 8%;
    overflow: hidden;
}
.con13_top_absol_2{
    width: 20.8713%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 10%;
}
.con13_top_absol_3{
    width: 21.0396%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    right: 13%;
}
.con13_top_absol_4 {
    width: 18.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    bottom: 9%;
}
.con13_top_absol_5{
    width: 18.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 11%;
}
.con13_top_absol_6{
    width: 17.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 36%;
}
.con14_con{
    width: 76%;
    background: white;
}
.con14_top{
    width: 50.4169%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con14_top_2nd{
    width: 79.0776%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
}
.con14_absol{
    width: 6.08911%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    overflow: hidden;
}
.con14_absol_2{
    width: 6.08911%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    overflow: hidden;
}
.con14_top_2nd_1{
    width: 7.00153%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 26.5%;
    left: 72%;
    overflow: hidden;
    z-index: 1;
}
.con14_top_2nd_2{
    width: 7.00153%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 34.5%;
    left: 72%;
    z-index: 1;
    overflow: hidden;
}
.con14_top_2nd_3{
    width: 1.56505%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 24.7%;
    left: 82%;
}
.con14_top_2nd_4{
    top: 32.7%;
    left: 81%;
    z-index: 1;
    width: 4.77752%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_2nd_5{
    z-index: 1;
    width: 12.3556%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 87%;
    top: 24%;
}
.con14_top_2nd_6{
    z-index: 1;
    width: 12.3556%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 87%;
    top: 32%;
}
.con14_top_2nd_7{
    width: 12.6028%;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    bottom: 16%;
    right: 18%;
    animation: blk 1s infinite;
}
.con15{
    background: white;
}
.con15_top{
    width: 8.06931%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.con15_top_2nd{
    margin-top: 1%;
}
.con15_top_2nd_item{
    width: 6.78218%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -0.5%;
    margin-bottom: 2%;
}
.con11{
    background: url(/images/form_bg.jpg) no-repeat center / cover;

}



.form {
    margin-top: 2%;
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 6%;
    margin-top: 3%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    /*border-bottom: 1px solid black;*/
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: #ececec;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;

    appearance: none;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}


.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row_imput_radio:focus {
}

.form_row_label_tel{
    position: relative;
}

.con14_05{
    margin-top: 6%;
    margin-bottom: 3%;
    width: 66%;
}
.con14_01{
    z-index: 1;
}
.con14_02{
    /*animation: opa 1s infinite;*/
}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.form_row_imput{
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1.5%;
    width: 25%;
    color: #ff6600;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.con7_01{
    width: 29.1584%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}
.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}
.con14{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;

}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}

.form_row_imput_radio_1{
    background: url(/images/form_03_22.png) no-repeat center / contain;

}
.form_row_imput_radio_1:checked{
    background: url(/images/form_03_2.png) no-repeat center / contain;
}

.form_row_imput_radio_2{
    background: url(/images/form_04.png) no-repeat center / contain;

}
.form_row_imput_radio_2:checked{
    background: url(/images/form_03.png) no-repeat center / contain;

}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9C0001;
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: auto;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    font-family: pretendard-bold;
    padding-bottom: 1.55%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1.5%;
    width: 25%;
    color: #ff6600;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;

    left: 3%;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 12%;
}
.form_row_imput_radio_2{
    margin-left: -1%;
    margin-right: -1%;
}
textarea{
    height: 6vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_label_4lettters {
    letter-spacing: 0.7vw;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: black;
    font-family: Pretendard-Regular;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 11%;
    left: 3%;
    padding-left: 0%;
    font-size: 1.6vw;
    font-family: 'Pretendard-Regular';
    border: 1px solid black;

}
.form_row_imput_radio:checked {
    background:white;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5e6307;
    padding: 1.5%;
    width: 50%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 0;
    z-index: 1;
    margin-right: -25%;
}
.form {
    width: 41.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
    margin-left: 34%;
    margin-top: 8%;
    margin-bottom: 6%;
}
.form_row_imput_radio_1 {
    margin-left: 0;
}
.con16_left_absol{
    width: 24.1089%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 13%;
    top: 20%;
    overflow: hidden;
}
.con16_left_absol_2nd{
    width: 80.1117%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    overflow: hidden;
}
.form_absol{
    width: 26.2581%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9%;
    right: -18%;
}
.con1_5_bottom_absol_2nd {
    width: 18.7019%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    top: 38%;
}
.con1_5_bottom_absol{
    top: 38%;

}
.con2_top_2nd {
    mix-blend-mode: overlay;
}
.con2_mid_swiper_1 {
    margin-bottom: 4%;
}
.con10_top {
    width: 45.9208%;
    display: flex;
    justify-content: center;
    margin: 4% 0;
    align-items: center;
}
.con5_top_2nd_left{
    width: 36.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main {
    background: url(/images/main_bg.jpg) no-repeat bottom / cover;
}
.main img{
    width: 100%;
}
.con5_top_3rd {
    margin-top: 2%;
    margin-bottom: 8%;
}
.con9_top_2nd{
    overflow: hidden;
}
.con2_absol {
    width: 47.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0;
}
.pl_05_top{
    width: 100% !important;
    top: 0;
}
.pl_05_bottom{
    width: 100% !important;
    bottom: 0;
}
.con6_bottom_scr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    background: #656B06;
}
.con6_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s linear infinite;
}
.con6_bottom_scr .absol{
    right:-100%;
}

.con4_top_scr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con4_top_scr img {
    width: 100%;
    margin-bottom: -2px;
    animation: marqueeX 20s linear infinite;
}
.con4_top_scr .absol{
    right:-100%;
}
.con4_top_scr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -0.1%;
    z-index: 1;
    overflow: hidden;
}
.con1 .con7_mid_top {
    padding: 1.5% 2%;
    background: white;
}
.con1 {
    height: 4vw;
}






.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}

.map{
    width: 95%;
    height: 30vw;
}


.markerdesc{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 30px;
}
.con17_mid_map_search_top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
}
.con17_mid_map_search_mid {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    margin-top: 6%;
    background: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 7% !important;
    right: 8%;
    top: 47%;
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    background: #000000e3;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    color: white;
}
.con18_03 {
    width: 7% !important;
    right: 11%;
    top: 47%;
}
.con17_mid_map_search_item_tel {
    color: #808080e6;
}
.con2_top_2nd {
    mix-blend-mode: hard-light !important;
}
.con1_5_top {
    width: 34.9505%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4.5%;
    margin-top: 7%;
}
.con1_5_top_2nd {
    width: 55.9406%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
}
.con1_5_bottom {
    margin-top: 6%;
    width: 90%;
    margin-bottom: 6%;
    border: 1px solid white;
    position: relative;
}
.pll_01{
    bottom: 0;
    width: 100% !important;
}
.con2_con{
    background: url(/images/bg_001.jpg) no-repeat center / cover;
    
}
.con3{
    background: url(/images/bg_002.jpg) no-repeat bottom / cover;
    
}
.con2_absol_4th {
    z-index: 2;
}
.con4{
    background: url(/images/bg_003.jpg) no-repeat bottom / cover;
    
}
.con5{
    background: url(/images/bg_004.jpg) no-repeat bottom / cover;
    
}
.con6_bg{
        width: 100% !important;
    top: 0;
}
.con6_bg_2{
        width: 106% !important;
    bottom: 0;
}
.con6_top_2nd {
    width: 13.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    z-index: 1;
}
.con12_left{
    background: white;
}
.con12{
    background: url(/images/bg_010.jpg) no-repeat right / 55%;

}
.con9{
    background: url(/images/bg_007.jpg) no-repeat center / cover;
    
}
.con10{
    background: url(/images/bg_008.jpg) no-repeat center / cover;
    
}
.con11{
    background: url(/images/bg_009.jpg) no-repeat center / cover;
    
}
.con13{
    background: url(/images/bg_011.jpg) no-repeat center / cover;
    
}
.con13_bg{
        width: 100% !important;
    height: 66% ;
}
.con13_top {
    width: 8.06931%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 18%;
    z-index: 1;
}
.con14{
    background: url(/images/bg_013.jpg) no-repeat center / cover;
    
}
.con16{
    background: url(/images/bg_015.jpg) no-repeat center / cover;
    
}
.con14_con {
    box-shadow: -1px 18px 27px 21px #00000036;
}
.con15_bg{
        width: 100% !important;
    bottom: 0;
}
.map {
    box-shadow: -6px 33px 32px 12px #00000038;
}
.bg_016{
        width: 52.9703%;
    left: 0;
}
.con1_5_video_1{
    top: 0;
    left: 0;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5_video_2{
    top: 0;
    left: 33.333;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5_video_3{
    top: 0;
    right: 0;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5_video_4{
    bottom: 0;
    left: 0;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5_video_5{
    bottom: 0;
    left: 33.333;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5_video_6{
    bottom: 0;
    right: 0;
    width: 33.333%;
    height: 50%;
    overflow: hidden;
}
.con1_5 video{
    filter: brightness(0.15);
        width:200%;
        
}
.con5_video1 {
    width: 115.8%;
    height: 100%;
    filter: brightness(0.28);
}
.rolling-number .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 6vw;
    width: 100%;
    height: 7vw;
    font-family: 'yg-jalnan';
    margin-top: 10%;
}
.con4_top_scr {
    border-bottom: 1px solid;
}
.con11 {
    background-attachment: fixed;
}
.con14_con {
    width: 76%;
    background: white;
    margin-bottom: 3%;
}
.map {
    box-shadow: -6px 33px 24px 12px #0000001f;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.7vw;
    font-family: pretendard-regular;
}
.con17_mid_map_search_item_title {
    font-size: 0.8vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 1.7% 0;
    font-size: 0.7vw;
    font-family: pretendard-regular;
}
.con17_mid_map_search_item_address {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #808080e6;
}
.con17_mid_map_search_item_tel{
    display: none;
}
.con17_mid_map_search_bottom {
    overflow: scroll;
    height: 21.5vw;
    width: 100%;
}
.video_con{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: -2.1%;
}
.video_con video {
    width: 100%;
    height: 100%;
}
.intro{
    height: 50vw;
    
}

.video_con {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 0;
}
.video_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: unset;
}


.con21_mid_prev {
    width: 3vw !important;
    height: 3vw !important;
    right: 65.8% !important;
    left: unset !important;
    top: unset !important;
    bottom: 42% !important;
    background: unset;
}
.con21_mid_next {
    width: 3vw !important;
    height: 3vw !important;
    left: 65.8% !important;
    right: unset !important;
    top: unset !important;
    bottom: 42% !important;
    background: unset;
    transform: scaleX(-1);
}





.con6_left_swiper_6_slide_con img{
    width: 100%;
}


.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}


.con6_left_swiper_6_slide_con{
    height: 24vw;
}

.main_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_video_con_video{
    width: 100%;
    height: 100%;
}
.main_video_con {
    width: 94%;
    height: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_mid_right_3rd .con6_left_swiper_6_slide_con{
    filter: brightness(0.8);
}
.con10_mid_right_3rd .con6_left_swiper_6_slide_2nd.swiper-slide-next .con6_left_swiper_6_slide_con{
    scale: 1.1;
    filter: unset;

}

.con10_mid_right_3rd .con6_left_swiper_6_slide_2nd.swiper-slide-next .con6_left_swiper_6_slide_con .con6_left_swiper_6_slide_2nd_bottom{
    transform: translateY(0%);
    

}



.con10_mid_right_4th{
    width: 79% !important;
}

.con10_mid_right_4th .con6_left_swiper_6_slide_con {
    height: 18vw;
}

.main_video_con {
    width: 94%;
    height: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.3vw solid #5e6307;
    top: 0;
}


.con6_left_swiper_6_2nd{
    margin-top: 3%;
}

.con6_left_swiper_6_slide_con {
    height: 22vw;
}

.con1_2nd_top{
        width: 17.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con1_2nd_top_2nd{
        width: 30.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
}
.con6_left_swiper_6_slide_2nd_bottom{
        bottom: 0;
    background: black;
    color: white;
    font-size: 1.1vw;
    width: 100%;
}


.main_video_con {
    width: 100%;
    height: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.3vw solid #5e6307;
    top: 0;
}

.con6_left_swiper_6_slide_2nd_bottom {
    bottom: 6%;
    background: black;
    color: white;
    font-size: 0.8vw;
    width: 100%;
    display: flex;
    height: 3vw;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}
.main_video_con {
    width: 100%;
    height: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.3vw solid #5e6307;
    top: 0;
    box-sizing: border-box;
    z-index: 1;
}
.con10_mid_right_3rd{
        margin-bottom: 5%;
    padding-bottom: 3%;
    margin-top: 2%;
    padding-top: 3%;
}

.con1_2nd{
    background: url(/images/vi_bg.jpg) no-repeat center / cover;   
}

.con6_left_swiper_6_slide_2nd_bottom{
    transform: translateY(-100%);
        transition: 0.3s all;
}

.con10_mid_right_3rd .con6_left_swiper_6_slide_2nd.swiper-slide-next .con6_left_swiper_6_slide_con {
    scale: 1.4;
    filter: unset;
}

.con6_left_swiper_6_slide_2nd.swiper-slide-active .con6_left_swiper_6_slide_con{
        transform: translate(-30%, 12%);
}

.con6_left_swiper_6_slide_2nd.swiper-slide-next +.con6_left_swiper_6_slide_2nd  .con6_left_swiper_6_slide_con{
        transform: translate(30%, -20%);
}


.con21_mid_prev {
    width: 3vw !important;
    height: 3vw !important;
    right: 70.8% !important;
    left: unset !important;
    top: unset !important;
    bottom: 47% !important;
    background: unset;
}


.con21_mid_next {
    width: 3vw !important;
    height: 3vw !important;
    left: 70.8% !important;
    right: unset !important;
    top: unset !important;
    bottom: 47% !important;
    background: unset;
    transform: scaleX(-1);
}

.con1_2nd_top_ab{
    bottom: 0;
    
}

.con1_2nd_top_ab_top{
    top: 0;
    
}
.con1_2nd_top_ab_2{
    width: 2.17822%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    bottom: 17%;
}

.con2_top_3rd_pagination{
    top: 102% !important;
}

.con10_mid_right_3rd .swiper-pagination-bullet{
    width: 1vw;
    height: 1vw;
    margin: 0 0.5% !important;
    background: #bbbbbb;
    opacity: 0.8;
}
.con10_mid_right_3rd .swiper-pagination-bullet-active{
    background: #5e6307 !important;
    opacity: 1;
    
}



@media screen and (max-width:1023px) {
.con11 {
    background-attachment: unset;
}
}
@media screen and (max-width:599px) {
    .main_top {
        width: 28.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .main_top_2nd {
        width: 53.9109%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
    .main_top_3rd {
        width: 88.0792%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th {
        width: 58.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
    }
    #section04 .rolling-counter-wrap {
        margin-top: 6%;
        margin-left: -3%;
        margin-bottom: 17%;
    }

    .rolling-number {
        position: relative;
        width: 8vw;
        height: 11vw;
        overflow: hidden;
        text-align: center;
        border-radius: 7px !important;
    }
    .rolling-number .numbers span {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        letter-spacing: -0.05em;
        font-weight: 900;
        font-size: 9vw;
        width: 100%;
        height: 11vw;
    }
    .rolling-unit {
        margin: 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        padding: 0;
        margin: 0;
        font-size: 13vw;
        margin-bottom: -2%;
        margin-left: 2%;
        margin-right: 2%;
        color: #ed1c24;
    }
    #section04 .rolling-counter-wrap {
        margin-top: 6%;
        margin-left: 0%;
        margin-bottom: 17%;
    }
    .rolling-unit {
        margin: 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        padding: 0;
        margin: 0;
        font-size: 12vw;
        margin-bottom: -2%;
        margin-left: 2%;
        margin-right: 2%;
        color: #ed1c24;
    }
    .main_top_5th {
        width: 17.0255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        position: absolute;
        right: 0%;
        bottom: -82%;
    }
    .con1 .con7_mid_top_cate {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.3%;
        white-space: nowrap;
        height: 100%;
        transition: 0.3s all;
        cursor: pointer;
        font-size: 2.5vw;
        font-family: pretendard-regular;
    }
    .con1 {
        height: 10vw;
    }
    .con1 .con7_mid_top {
        padding: 4% 2%;
        background: white;
        transition: 0.3s all;
    }
    .con1_5_top {
        width: 86.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -5.5%;
        margin-top: 2%;
    }
    .con1_5_top_2nd {
        width: 90.9406%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: -5%;
    }
    .con1_5_mid{
        flex-wrap: wrap;
    }
    .con1_5_mid_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 39%;
        margin: 0 1.4%;
        position: relative;
    }
    .con1_5_bottom_2nd {
        width: 46.2926%;
        display: flex;
        justify-content: center;
        margin-top: 29%;
        margin-bottom: 22%;
        align-items: center;
    }
    .con1_5_bottom_3rd {
        width: 59.9978%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 9%;
    }
    .con1_5_bottom_absol_2nd {
        width: 36.7019%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 19%;
    }
    .con1_5_bottom_2nd {
        width: 53.2926%;
        display: flex;
        justify-content: center;
        margin-top: 34%;
        margin-bottom: 1%;
        align-items: center;
    }
    .con1_5_bottom_absol_2nd {
        width: 36.7019%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 10%;
        top: 26%;
    }
    .con1_5_bottom_absol {
        width: 36.7019%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 10%;
        top: 26%;
    }
    .con1_5_bottom_absol_3rd {
        width: 21.1562%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -1%;
        bottom: 16%;
    }
    .con1_5_bottom {
        margin-top: 6%;
        width: 90%;
        margin-bottom: 7%;
        border: 1px solid white;
        position: relative;
    }
    .con2_top {
        width: 53.1683%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 42%;
        z-index: 1;
    }
    .con2_top_3rd {
        width: 86.1683%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5%;
        z-index: 1;
    }
    .con2_top_2nd {
        width: 73.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -4%;
        margin-bottom: -18.5%;
        z-index: 1;
    }
    .con2_absol_5th {
        animation: backgroundchange_3 infinite 4s;
        width: 84.7624%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -12%;
        z-index: 1;
    }
    .con2_absol {
        width: 83.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 0%;
    }
    .con2_absol_4th {
        width: 5.17822%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 17%;
        bottom: 30%;
    }
    .con2_absol_2nd {
        width: 41.3861%;
        display: flex;
        justify-content: flex-start;
        left: 4%;
        align-items: center;
        top: 19%;
    }
    .con2_absol_3rd {
        width: 41.8911%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        right: 4%;
        top: 19%;
    }
    .con2_top {
        width: 53.1683%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 46%;
        z-index: 1;
    }
    .con2_top_4th {
        width: 84.2376%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 22%;
    }
    .con2_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 83%;
        height: 18.3vw;
        margin-top: 7%;
        margin-bottom: 11%;
        overflow: hidden;
        border-top: 1px solid #ffffffb0;
        border-bottom: 1px solid #ffffffb0;
    }
    .con2_mid_swiper_1_slide{
        width: 60.7109% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_top_item{
        margin: 0 -1%;
        width: 16.47525%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con3_top_2nd{
        width: 86.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: -5%;
    }
    .con3_top {
        margin-top: 12%;
        margin-bottom: 0%;
    }
    .con3_top_2nd {
        width: 86.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 63%;
        margin-top: -5%;
    }
    .con3_left {
        width: 31.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 16%;
        bottom: 3%;
    }
    .con3_right {
        width: 31.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 16%;
        bottom: 3%;
    }
    .con5_01{
        width: 20.11881vw !important;
    }
    .con4_top {
        width: 20.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 13%;
        margin-bottom: 1.8%;
    }
    .con4_top_2nd {
        width: 73.495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con4_top_3rd {
        margin-bottom: 9%;
        flex-wrap: wrap;
    }
    .con4_top_3rd_item {
        width: 38%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }
    .con4_top_4th_item {
        width: 38.5644%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 6%;
        z-index: 1;
    }
    .con4_top_4th_item:nth-child(2) {
        width: 40%;
    }
    .con4_top_5th {
        width: 50.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        z-index: 1;
    }
    .con4_top_7th {
        font-family: pretendard-regular;
        text-align: center;
        font-size: 3.2vw;
        line-height: 4.7vw;
        margin-top: 11%;
        margin-bottom: 35%;
    }
    .con4_top_6th {
        width: 70.8317%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -53%;
    }
    .con4_top_4th {
        margin-top: 31%;
        z-index: 1;
    }
    .con4_con_2nd_absol {
        width: 75.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -2%;
        left: -19%;
        animation: hand2 infinite 4s;
    }
    .con4_con_2nd_absol_2 {
        width: 79.8515%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -7%;
        top: 0%;
        z-index: 1;
        animation: hand2 infinite 5s reverse;
    }
    .con4_con_2nd_absol_3 {
        width: 75.604%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -19%;
        bottom: -10%;
        animation: ddm_m 2s infinite;
    }
    .con4_con_2nd_absol_4 {
        width: 66.802%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -8%;
        z-index: 1;
        right: -19%;
        bottom: -10%;
        animation: ddm_m 2s infinite;
        animation-delay: 0.9s;
    }
    .con4_top_7th {
        font-family: pretendard-regular;
        text-align: center;
        font-size: 3.2vw;
        line-height: 4.7vw;
        margin-top: 11%;
        margin-bottom: 56%;
    }
    .con5_top {
        margin-top: 8%;
        margin-bottom: 5%;
        flex-direction: column;
        width: 192%;
    }
    .con5_top_3rd {
        margin-bottom: 5%;
        flex-direction: column;
        width: 192%;
    }
    .con5_top_2nd {
        margin-bottom: 5%;
        flex-direction: column-reverse;
        width: 192%;
    }
    .con7_01 {
        width: 29.1584%;
        margin-top: 2.5%;
        margin-bottom: 0;
    }
    .con5_top_right {
        width: 36.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con5_top_left {
        width: 39.7535%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
    }
    .con5_top_left_absol_2nd {
        text-align: right;
        font-size: 2.8vw;
        width: 80%;
        font-family: pretendard-regular;
        bottom: 22%;
        line-height: 3.7vw;
    }
    .con5_top_right_absol_2nd {
        text-align: left;
        font-size: 2.8vw;
        width: 81%;
        font-family: pretendard-regular;
        bottom: 10%;
        color: white;
        line-height: 3.7vw;
    }
    .con5_top_2nd_right_absol {
        width: 57.3737%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 12%;
        right: 33%;
    }
    .con5_top_2nd_right {
        width: 39.7505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: -4%;
        margin-left: -1.26%;
        margin-bottom: -1.1%;
    }
    .con5_top_3rd_right {
        width: 36.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 4%;
    }
    .con5_top_3rd_left {
        width: 39.9%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
    }
    .con5_top_3rd_left_absol_2nd {
        text-align: right;
        font-size: 2.8vw;
        width: 85%;
        font-family: pretendard-regular;
        bottom: 19%;
        line-height: 3.7vw;
    }
    .con5_top_3rd_left_absol {
        width: 56.9338%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 25%;
        left: 34%;
    }
    .con6_top {
        width: 47.9109%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    .con6_top_2nd {
        width: 32.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con6_top_3rd {
        width: 70.8416%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.8%;
    }
    .con6_top_4th {
        width: 44.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con6_top_5th{
        flex-direction: column;
    }
    .con6_top_5th_left {
        width: 74.8713%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_6th_right {
        width: 80.099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
    .con6_top_7th {
        font-family: pretendard-regular;
        text-align: center;
        font-size: 3.2vw;
        line-height: 4.7vw;
        margin-top: 6%;
        margin-bottom: 11%;
        width: 74%;
    }
    .con9_01{
        width: 24.11881vw !important;
    }
    .con9_top {
        width: 25.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con9_top_2nd{
        width: 76.802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con9_bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 79%;
        overflow: hidden;
        margin-top: 5%;
        margin-bottom: 11%;
    }
    .con9_08{
        width: 140.5743% !important;
    }
    .con10_top {
        width: 68.9208%;
        display: flex;
        justify-content: center;
        margin: 4% 0;
        align-items: center;
    }
    .con11_top {
        align-items: center;
        justify-content: center;
        margin-top: 11%;
        flex-direction: column-reverse;
    }
    .con11_top_right_top {
        width: 28.8553%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-right: 0;
    }
    .con11_top_right_bottom_p {
        font-family: pretendard-regular;
        text-align: center;
        font-size: 3.2vw;
        line-height: 4.3vw;
        margin-top: 0%;
        margin-bottom: 4%;
        color: white;
        width: 100%;
    }
    .con11_top_right_bottom {
        margin-right: 5%;
        width: 138%;
    }
    .con11_top_left {
        width: 55.3564%;
        display: flex;
        justify-content: center;
        margin-right: 0;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .con11_bottom {
        margin-top: 4%;
        margin-bottom: 6%;
        flex-wrap: wrap;
    }
    .con11_bottom_item {
        width: 44.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 1%;
        position: relative;
    }
    .con12{
        flex-direction: column;
    }
    .con12 > div{
        width: 100% !important;
    }
    .con12 .con7_swiper_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35vw;
        height: 44vw;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }
    .con12 .con7_mid_con > .con7_mid_top {
        font-family: NanumSquareNeo-Variable;
        font-size: 1.5vw;
        margin-top: 8%;
        width: 96%;
        margin-bottom: 12%;
    }
    .con12 .con7_mid_swiper_1 {
        width: 87%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 0;
    }
    .con12 .con7_mid_swiper_1_slide_p {
        font-family: Pretendard-bold;
        font-size: 3vw;
        color: white;
        bottom: 10%;
        width: 100%;
        text-align: center;
    }
    .con12 .con7_mid_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con7_mid_line_absol_1 {
        right: unset;
    }
    .con7_mid_line_absol_2 {
        right: unset;
        top: 24.5%;
    }
    .con7_mid_line_absol_3 {
        right: unset;
        bottom: -2.5%;
    }
    .con7_mid_line_absol_4 {
        right: unset;
        bottom: -4.5%;
    }
    .con13_06{
        width: 24.06931vw !important;
    }
    .con13_top {
        width: 24.06931%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 39%;
    }
    .con13_top_2nd {
        width: 47.3069%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 39%;
    }
    .con13_top_absol_2 {
        width: 30.8713%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 5%;
    }
    .con13_top_absol {
        width: 25.1386%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8%;
        right: 8%;
    }
    .con13_top_absol_3 {
        width: 34.0396%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 15%;
        right: 6%;
    }
    .con13_top_absol_4 {
        width: 35.0198%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -4%;
        bottom: 9%;
    }
    .con13_top_absol_5 {
        width: 33.0198%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -5%;
        bottom: 11%;
    }
    .con13_top_absol_6 {
        width: 32.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 5%;
        right: 32%;
    }
    .con14_con {
        width: 82%;
        background: white;
    }
    .con14_top {
        width: 86.4169%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 4%;
    }
    .con14_top_2nd {
        width: 88.0776%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 11%;
    }
    .con14_absol_2 {
        width: 7.08911%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 2%;
    }
    .con14_absol {
        width: 7.08911%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 2%;
    }
    .con15_01{
        width: 24.06931vw !important;
    }
    .con15_top {
        width: 24.06931%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 12%;
    }
    .con15_top_2nd_item {
        width: 15.78218%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 -1.5%;
        margin-bottom: 2%;
    }
    .con15_top_2nd {
        margin-top: 3%;
    }
    .con16_left_absol {
        width: 24.1089%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        left: 13%;
        top: 20%;
        position: relative !important;
    }
    .con16_left_absol {
        width: 49.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: unset;
        top: unset;
        position: relative !important;
        margin-top: 10%;
    }
    .form {
        width: 66.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 6%;
        margin-left: 0;
        margin-top: 8%;
        margin-bottom: 9%;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 86%;
        padding-bottom: 0%;
        padding-left: 3%;
        padding-top: 1%;
        margin-top: 1%;
        /* border-bottom: 1px solid black; */
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.8vw;
        position: relative;
    }
    .form_row_imput {
        width: 66%;
        height: 4.8vw;
        background: #ececec;
        border: none;
        font-size: 1.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_row_label_3lettters {
        letter-spacing: 3.5vw;
    }
    .form_row_label_4lettters {
        letter-spacing: 1.7vw;
    }
    .form_row > span {
        font-size: 2.8vw;
        margin-right: -8%;
        color: black;
        font-family: Pretendard-Regular;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 11%;
        left: 3%;
        padding-left: 0%;
        font-size: 1.6vw;
        font-family: 'Pretendard-Regular';
        border: 1px solid black;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: url(/images/con20_05.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 2.8vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px black solid;
        appearance: none;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #5e6307;
        padding: 1.5%;
        width: 83%;
        color: white;
        margin-bottom: 10%;
        margin-top: 3%;
        font-size: 3.6vw;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        cursor: pointer;
        border-radius: 0;
        z-index: 1;
        margin-right: 0;
    }
    .form_absol {
        width: 33.2581%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -19%;
        right: -21%;
    }
    .con5_top_3rd_right {
        width: 36.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        overflow: hidden;
    }
    .con11_top_right_top {
        width: 28.8553%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
        margin-right: 0;
    }
    .con11_bottom {
        margin-top: 4%;
        margin-bottom: 9%;
        flex-wrap: wrap;
    }
    rolling-number {
        position: relative;
        width: 9vw;
        height: 11vw;
    }
    #section04 .rolling-counter-wrap {
        margin-top: 6%;
        margin-left: 0%;
        margin-bottom: 21%;
    }
    .main_top {
        width: 28.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 5%;
    }
    .main_top_5th {
        width: 17.0255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        position: absolute;
        right: -3%;
        bottom: -88%;
    }
    #section04 .rolling-counter-wrap .rolling-number + .rolling-number {
        margin-left: 6px;
    }
    .rolling-number {
        position: relative;
        width: 10vw;
        height: 11vw;
        overflow: hidden;
        text-align: center;
        border-radius: 7px !important;
    }
    .rolling-number .numbers span {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        letter-spacing: 0;
        font-weight: 900;
        font-size: 10vw;
        width: 100%;
        height: 11vw;
    }
    .main img{
        width: 100%;
    }
    .main_top_5th {
        width: 15.0255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        position: absolute;
        right: 0%;
        bottom: -88%;
    }
    .rolling-number {
        position: relative;
        width: 9vw;
        height: 11vw;
        overflow: hidden;
        text-align: center;
        border-radius: 7px !important;
    }
    #section04 .rolling-counter-wrap {
        margin-top: 6%;
        margin-left: 9%;
        margin-bottom: 21%;
    }
    .main_top_5th {
        width: 9.0255%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        position: absolute;
        right: unset;
        bottom: 11%;
        left: -13%;
    }
    .main_top_6th{
        width: 24.62122%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -51%;
        right: 0%;
    }
    .con1_5_top_2nd {
        width: 90.9406%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: -17%;
    }
    .con1_5_top_2nd {
        width: 73.9406%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: -15%;
    }
    .con4_top_scr {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -0.1%;
        z-index: 1;
        overflow: hidden;
    }
    .con4_top {
        width: 20.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 17%;
        margin-bottom: 1.8%;
    }
    .con6_bottom_scr {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        background: #656B06;
    }
    .con6_top_7th {
        font-family: pretendard-regular;
        text-align: center;
        font-size: 3.2vw;
        line-height: 4.7vw;
        margin-top: 6%;
        margin-bottom: 19%;
        width: 74%;
    }
    .con10_top {
        width: 78.9208%;
        display: flex;
        justify-content: center;
        margin: 9% 0;
        align-items: center;
    }
    .con11_top_right_top {
        width: 40.8553%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
        margin-right: 0;
    }
    .con11_top_left {
        width: 65.3564%;
        display: flex;
        justify-content: center;
        margin-right: 0;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 3%;
    }
    .con14_top_2nd_7 {
        width: 18.6028%;
        display: flex;
        z-index: 1;
        justify-content: center;
        align-items: center;
        bottom: 15%;
        right: 13%;
        animation: blk 1s infinite;
    }
    .con5_top {
        width: 212%;
    }
    .con5_top_2nd {
        width: 212%;
    }
    .con5_top_3rd {
        width: 212%;
    }
    .con5_top_right_absol_2nd {
        text-align: left;
        font-size: 2.8vw;
        width: 81%;
        font-family: pretendard-regular;
        bottom: 10%;
        color: white;
        line-height: 4vw;
    }
    .con16_left_absol {
        width: 59.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: unset;
        top: unset;
        position: relative !important;
        margin-top: 12%;
    }

    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }      

.con17_mid_map_search {
    position: relative !important;
    width: 100%;
    background: white;
    height: 106vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    left: 0;
    border-bottom: 1px solid #80808082;
    border-left: 1px solid #80808082;
    border-right: 1px solid #80808082;
    box-sizing: border-box;
}       
        .sido1 {
        width: 36%;
        height: 4.6vw;
    }
    .sido1{
        font-size: 2.4vw;
    }    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }         
    .con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 11vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 3vw;
}
.form {
    width: 80.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
    margin-left: 0;
    margin-top: 5%;
    margin-bottom: 9%;
}    
    .form_absol {
    width: 30.2581%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -31%;
    right: -11%;
}
.con9_top_2nd {
    width: 87.802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}    
.con1_5_video_1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 33.3333%;
    overflow: hidden;
}    
    .con1_5_video_2 {
    top: 33.333%;
    left: 0;
    width: 100%;
    height: 33.3333%;
    overflow: hidden;
}    
    .con1_5_video_3 {
        top: unset;
            
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33.3333%;
    overflow: hidden;
}    
.con6_bg {
    width: 300% !important;
    top: 0;
}    
.con6_bg_2 {
    width: 358% !important;
    bottom: 0;
}    
    .con12 .con7_mid_swiper_1 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
    .con12 .con7_mid_swiper_2 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
    .con12 .con7_mid_swiper_3 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
    .con13_bg {
    width: 100% !important;
    height: 69%;
}
    .bg_016{
            width: 100% !important;
    bottom: -23%;
    }
    .con15_bg {
    width: 400% !important;
    bottom: 0;
}
    .con14_top_2nd_1 {
    width: 10.00153%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 26.1%;
    left: 66.6%;
    overflow: hidden;
    z-index: 1;
}
    .con14_top_2nd_2 {
    width: 10.00153%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 34%;
    left: 66.6%;
    z-index: 1;
    overflow: hidden;
}
    .con14_top_2nd_3 {
    width: 3.56505%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 22.7%;
    left: 80%;
}
    .con14_top_2nd_4 {
    top: 31.7%;
    left: 78%;
    z-index: 1;
    width: 7.77752%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .con14_top_2nd_5 {
    z-index: 1;
    width: 16.3556%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 87%;
    top: 23%;
}
    .con14_top_2nd_6 {
    z-index: 1;
    width: 16.3556%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 87%;
    top: 31.5%;
}
    .con14_top_2nd_7 {
    width: 20.6028%;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    right: 13%;
    animation: blk 1s infinite;
}
    .con12{
    background: url(/images/bg_010.jpg) no-repeat bottom / contain;

    }
    .rolling-number .numbers span {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        letter-spacing: 0;
        font-weight: 900;
        font-size: 10vw;
        width: 100%;
        height: 11vw;
        margin-top: 16%;
    }    

    .intro {
        height: 56vw;
    }
    
    
    .con1_2nd_top_ab{
        bottom: 0;
        width: 300% !important;
    
}

    .con1_2nd_top_ab_top{
        top: 0;
        width: 300% !important;


    }
    
    .con1_2nd_top_2nd {
        width: 85.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
    }    
    
    .con10_mid_right_3rd {
    margin-bottom: 12%;
    padding-bottom: 9%;
    margin-top: 11%;
    padding-top: 3%;
    width: 161%;
}
    .con6_left_swiper_6_slide_con {
    height: 37vw;
}
    .con6_left_swiper_6_slide_2nd_bottom {
    bottom: -1%;
    background: black;
    color: white;
    font-size: 2.2vw;
    width: 100%;
    display: flex;
    height: 8vw;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}
    
    .con10_mid_right_3rd .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 0 0.5% !important;
    background: #bbbbbb;
    opacity: 0.8;
}
    
    .con2_top_3rd_pagination {
    top: 105% !important;
}
    
    
    .con6_left_swiper_6_slide_2nd_bottom{
            padding: 0 2%;
    box-sizing: border-box;
    text-align: center;
    }
        .con10_mid_right_3rd {
        margin-bottom: 16%;
        padding-bottom: 12%;
        margin-top: 11%;
        padding-top: 3%;
        width: 161%;
    }
    
    
    .con21_mid_prev {
    width: 8vw !important;
    height: 8vw !important;
}
    
    .con21_mid_next {
    width: 8vw !important;
    height: 8vw !important;
}
    .con1_2nd_top {
    width: 63.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
}

    
    .con1_2nd_top_ab_2 {
    width: 7.17822%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    bottom: 17%;
}
    
}
