* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.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 rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
.con12_top_4th_item_2{
    animation:  light 2s infinite;
}
@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 rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.rotate{
    animation: rotate360 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}
.m_05{
    position: relative;
    z-index: 2;
}
.main{
    background: url(/images/m_11.jpg) no-repeat center / cover;

}
.main_top{
    width: 12.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 0%;
}
.main_top_2nd{
    width: 20.105%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-left: -7.5%;
}
.main_top_2nd_ab{
    width: 40.2089%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 104%;
    bottom: -4%;
}
.main_top_3rd{
    width: 18.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.main_top_3rd_ab{
    width: 68.2216%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -6%;
    left: 9%;
}
.main_top_4th{
    width: 55.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: -10%;
}
.main_top_4th_ab_2{
    width: 30.7252%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 78%;
    bottom: 43%;
}
.main_ab{
    width: 25.5118%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 10%;
    bottom: 18%;
    mix-blend-mode: overlay;
}
.main_ab_2{
    width: 24.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    bottom: 18%;
    mix-blend-mode: overlay;
}
.main_top_3rd_ab {
    width: 68.2216%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -9%;
    left: 9%;
}
.con1{
    background: url(/images/con01_11.jpg) no-repeat center / cover;
}
.white{
    color: white;
}
.bold{
    font-weight: 600;
}







/* rolling counter */
@keyframes rollingNumber {
    100% {
        top: 0px;
    }
}
@-webkit-keyframes rollingNumber {
    100% {
        top: 0px;
    }
}

#section04 { position: relative; }
#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: 2000ms;
    animation-timing-function: ease-out;
    animation-fill-mode: inherit;
    animation-fill-mode: forwards;
    animation-delay: 500ms;

}
#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%;
}

#section04 .rolling-counter-wrap .rolling-number {
    background: #ff1616;
    color: white;
    border-radius: 0;
}
#section04 .rolling-counter-wrap {
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 7%;
}

#section04 .rolling-counter-wrap {
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 4%;
}
.con1_top{
    width: 14.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con1_top_2nd{
    width: 23.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con1_top_5th_ab{
    width: 100.682%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    bottom: 0;
    margin-left: 0%;
}
.con1_top_2nd{
    width: 23.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-left: 0%;
}
.con1_top_3rd{
    text-align: center;
    margin-top: 1.5%;
}

#section04 .rolling-counter-wrap .rolling-number {
    background: white;
    color: black;
    border-radius: 0;
    font-family: 'SuseongHyejeong';

}
.con1_top_ab{
    width: 2.23752%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 102%;
    bottom: 10%;
}
.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: white;
    font-family: 'SuseongHyejeong';

}

@font-face {
    font-family: 'SuseongHyejeong';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205-2@1.0/SuseongHyejeong.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.rolling-counter-wrap{
    scale: 0.8;
}
.con1_top_4th_ab_2{
    width: 20.7607%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm_m 2s infinite;
    margin-top: 0%;
    margin-left: 0%;
    left: -13%;
    bottom: 51%;
}
.con1_top_4th_ab_3{
    width: 20.7607%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
    margin-left: 0%;
    right: -7%;
    top: -20%;
}
.aos_ab{
    width: 12.9787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -8%;
    z-index: 2;
    bottom: 72%;
}
.aos_ab_ab p{
    font-size: 1.3vw !important;
    text-align: center;
}
.con2_top_4th{
    width: 75.6% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26.5vw;
}
.con2_top_4th{
    background: url(/images/con02_17.png) no-repeat center / cover;
}
.con2_top_4th_item{
    width: 25% !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    height: 100%;
}
.con2_top_4th_1_ab_item{
    font-family: pretendard variable;
    bottom: 0;
    transform: translateY(-58%);
    font-size: 1.25vw;
}
.con2_top_4th_ab_item{
    bottom: 4%;
    right: 5%;
}
.con2_top_4th_1_ab_2{
    width: 47.2222%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con2_top_4th_2_ab_2{
    width: 10.8333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con2_top_4th_3_ab_2{
    width: 11.1111%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_top_4th_4_ab_2{
    width: 10.8333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con2_top_4th_2_ab_ab_sp{
    font-size: 1.6vw !important;
    font-weight: 600;
}
.con2_top_4th_1_ab_item {
    text-align: center;
}
.con2_top{
    width: 16.8504%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con2_top_2nd{
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.7%;
    margin-left: 0%;
}
.con2_top_3rd{
    margin-top: 4%;
    margin-bottom: 5.5%;
}
.con2_top_3rd_ab{
    width: 9.71129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    bottom: -5%;
    left: 27%;
}
.con2_top_3rd_ab_4{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    right: 6%;
    top: 10%;
}
.con2_top_3rd_ab_3{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
}
.con2_top_3rd_ab_2{
    width: 9.71129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    bottom: -5%;
    right: 25%;
}
.con2_top_2nd_ab{
    width: 120.253%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -11%;
}
.con02_2{
    width: 100%;
    z-index: 1;
}
.con2_top_4th_ab{
    width: 17.2917%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    left: 6%;
    top: 19%;
}
.con2_top_4th_ab_2{
    width: 80.5556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    bottom: 16%;
    right: 12%;
}
.con2_top_4th_line{
    height: 100%;
    background: #ffd801;
    z-index: 2;
    width: 1px;
}
.con2_top_4th_line_1{
    left: 25%;
}
.con2_top_4th_line_2{
}
.con2_top_4th_line_3{
    right: 25%;
}
.con2_top_4th{
    margin-bottom: 6%;
}
.con2{
    background: url(/images/con02_18.jpg) no-repeat center / cover;
}
.con3{
    background: url(/images/con03_12.jpg) no-repeat center / cover;
}
.con3_con{
    width: 94%;
    margin: 3% 0;
    border-radius: 1vw;
    background: white;
}
.con3_con_con {
    border-radius: 1vw;
    border: 1px solid #ffd801;
    height: 96%;
    width: 98%;
    overflow: hidden;
}

.con3_top{
    width: 12.7862%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con3_top_2nd{
    width: 29.4807%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con3_top_3rd{
    width: 17.7554%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con3_top_4th{
    margin-top: 2%;
}
.con3_top_5th{
    width: 24.1764%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
    margin-bottom: 4%;
}
.con3_ab{
    width: 23.937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0%;
    top: 0;
    z-index: 1;
}
.con3_top_4th_1{
    width: 27.5265%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con3_top_4th_2{
    width: 33.7242%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 5%;
    background: white;
}
.con3_top_4th_1_ab{
    width: 22.3124%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 5%;
    top: 31%;
}
.con3_top_4th_2_ab{
    width: 33.2781%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 2%;
    right: 14%;
}
.con03_8{
    z-index: 2;
}
.con3_con_ab{
    width: 37.7208%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -14%;
    right: -4%;
}
.con3_top_5th_ab{
    width: 81.2933%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 56%;
    right: -2%;
}
.con3_top_5th_ab_2{
    width: 26.5589%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 103%;
    bottom: 2%;
}

.con3_top_5th {
    width: 24.1764%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -10%;
    margin-bottom: 4%;
}
.con4_top_2nd{
    margin-top: 1.7%;
    margin-left: 0%;
    width: 23.2546%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con04_2{
    z-index: 2;
}
.con4{
    background: url(/images/con02_18.jpg) no-repeat center / cover;

}
.con4_top_3rd{
    flex-wrap: wrap;
    width: 90% !important;
}
.con4_top_3rd_item{
    width: 20.3499%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    overflow: hidden;
    margin-left: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin: 1% 0.6%;
}
.con4_top_3rd {
    margin-bottom: 6%;
}
.con4_top_3rd_ab_1{
    width: 33.419%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 4%;
}
.con4_top_3rd_ab_2{
    width: 57.8406%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 51%;
}
.con5{
    background: url(/images/con05_10.jpg) no-repeat center / cover;
}
.con5_top{
    width: 19.2126%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 11%;
    margin-left: -56%;
}
.con5_top_5th_con{
    overflow: hidden;
}
.con05_4_3_con{
    overflow: hidden;

}
.con5_top_2nd{
    width: 27.1916%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: -48%;
}
.con5_top_3rd{
    width: 22.1522%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -53%;
}
.con5_top_4th{
    width: 75%;
    margin-top: 2%;
}
.con5_top_4th .line{
    overflow: hidden;
}
.con05_5_con{
    z-index: 2;
}
.con5_top_5th{
    width: 20.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -54%;
    margin-bottom: 11%;
}
.con5_top_5th_ab_2{
    width: 33.0827%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 78%;
    animation: rotate360 20s infinite;
}
.con5_top_5th_ab{
    width: 36.8421%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 100%;
}
.con5_ab_3{
    width: 48.294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
}
.con5_ab_3_ab{
    width: 95.1087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -60%;
    animation: smoke 2s infinite;
}
.con5_ab_2nd{
    width: 24.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 49%;
    top: 15%;
}
.con5_ab_2nd_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 77%;
    top: -14%;
}
.con05_5{
    z-index: 1;
}
.con5_ab_2nd_ab_2{
    width: 37.8261%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
    left: 80%;
    bottom: 12%;
}
.con5_ab_2nd_ab_ab{
    width: 50.8696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 67%;
    bottom: 10%;
}

.con6{
    background: url(/images/con06_5.jpg) no-repeat center / cover;
}
.con6_top{
    width: 18.5827%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 9%;
    margin-left: -55%;
}
.con6_top_2nd{
    width: 31.1286%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8%;
    margin-left: -43%;
}
.con6_top_3rd{
    width: 22.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-left: -51%;
}
.con6_top_4th{
    width: 73.5%;
    margin-top: 2%;
    margin-bottom: 14%;
}
.con6_ab{
    width: 58.6877%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    bottom: 0;
}
.con6_top_4th_ab{
    font-size: 1.3vw;
    font-weight: 600;
}
.con6_top_5th{
    background: #ffd801;
    margin-left: -49%;
    margin-bottom: 10%;
    font-weight: 600;
}
.con6_top_4th{
    width: 73.5%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con1_scrx{
    padding: 0.7% 0;
}
.con7_top{
    width: 16.7979%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
    margin-left: -58%;
}
.con7_top_2nd{
    width: 27.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: -47%;
}
.con7_top_3rd{
    width: 24.8819%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-left: -49%;
}
.con7_top_4th{
    width: 74%;
    margin-top: 1%;
}
.con7_top_4th .line{
    overflow: hidden;
}
.con7 .mySwiper{
    margin-top: 5%;
    margin-bottom: -0.5%;
}
.con07_2{
    z-index: 2;
}
.con7_top_2nd_ab{
    width: 66.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    bottom: -13%;
    margin-left: 0%;
    left: -3%;
}
.con7_ab_3{
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    bottom: 0;
    right: 19%;
}
.con7_ab_3_ab{
    width: 115.839%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 1%;
    right: 2%;
}
.con7_ab{
    width: 41.7323%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -27%;
    right: 0%;
}
.con7_ab_2{
    width: 10.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
    top: 25%;
    right: 35%;
}
.con7_ab_2_ab_ct{
    font-size: 3.5vw;
}
.con7_ab_2_ab{
    font-size: 2vw;
    bottom: 23%;
    font-family: pretendard variable;
}
.con8_top_2nd_2{
    flex-direction: column;
}
.con8_top_2nd_3{
    flex-direction: column;
}
.con8{

    background: url(/images/con08_11.jpg) no-repeat center / cover;
}
.con08_1{
    z-index: 2;
}
.zin{
    z-index: 2;

}
.con8_top{
    width: 26.5617%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con8_top_ab{
    width: 68.7747%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -5%;
    left: -2%;
}
.con8_top_2nd{
    margin-top: 3%;
    margin-bottom: 7%;
    align-items: flex-start;
}
.con8_top_2nd_2_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-top: 3%;
}
.con8_top_2nd_1_ab{
    width: 69.5332%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top_2nd_1_ab_ab{
    width: 72.7915%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    bottom: 14%;
    overflow: hidden;
    margin-left: 0%;
}
.con8_top_2nd_ab{
    width: 17.7428%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -5%;
    left: 12.5%;
}


.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    overflow: hidden;
    left: 37% !important;
    bottom: 41% !important;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;

    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 37% !important;
    bottom: 41% !important;

}
.con9_ab{
    width: 20.8399%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 17%;
    right: 17%;
}
/* progressbar 색상 수정 */
.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s all;

}

.swiper-pagination-progressbar-fill {
    background: #fff !important; /* 하얀색 진행바 */
    transition: width 0.3s ease-out; /* 빠르게 */
    transition: 0.3s all;
}
.swiper-pagination { top: 9% !important;
    width: 20% !important;
    left: 35% !important;
    top: -10% !important;}

.con9 .mySwiper {
    overflow: hidden;
    width: 109%;
    margin-left: 4%;
    margin-top: 3%;
}
.con9_top_3rd{
    flex-direction: column;
}

.con10{
    background: url(/images/con10_11.jpg) no-repeat center / cover;
}


.con10_top{
    width: 28.399%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con10_top_2nd{
    width: 42.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.2%;
    margin-left: 0%;
}
.con10_top_ab{
    width: 37.7079%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 64.4%;
}
.con10_top_3rd{
    width: 20.1575%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 6%;
}
.con10 .mySwiper{
    width: 94%;
    margin-right: -3%;
    margin-top: 3%;
    margin-bottom: 3%;
}
.con9_con{
    width: 90%;
    margin-left: 10%;
}
.con9_top{
    width: 24.5669%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -68%;
}
.con9_top_2nd{
    width: 16.4829%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: -76%;
}
.con9 .mySwiper{
    overflow: hidden;
    width: 96%;
    margin-left: 4%;
    margin-top: 3%;
}
.con9 .slide-inner{
    width: 90%;
    display: flex;justify-content: center;
    align-items: center;
    height: 30vw;
    border-radius: 2vw;
    overflow: hidden;
}
.slide-img{
    width: 100%;
    display: flex;justify-content: center;
    align-items: center;
}
.con9 video{
    width: 100%;
}
.con9 .con7_prev{
    left: 2.5% !important;
}
.con9 .con7_next{
    left: 26.5% !important;
}
.con9_top_3rd{
    margin-bottom: 6%;
}
.slide-img_ab_1{
    width: 96.7963%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 7%;
}
.slide-img_ab_1st{
    background: #df1208;
    width: 100%;
    height: 8vw;
    bottom: 0;
    border: 0.15vw solid white;
    box-sizing: border-box;
    border-radius: 1vw;
}
slide-img_ab_1st_top{
    top: 22%;
    color: white;
    font-size: 1.1vw;
}
.slide-img_ab_1st_top_2nd{
    text-align: center;
    color: white;
    top: 45%;
}
.slide-img_ab_1st_top{
    top: 21%;
    color: white;
    font-size: 1.15vw;
}
.con7_prev {
    left: 7.3% !important;
}
.con7_next {
    right: 66.5% !important;
}
.slide-img_ab_1st{
    bottom: -35%;
    transition: 0.5s all;
}
.con10 .swiper-slide-active .slide-img_ab_1st{
    bottom :0;
}
.slide-img_ab_2{
    width: 64.7597%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 7%;
}
.slide-img_ab_3{
    width: 83.0664%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    bottom: 7%;
    margin-left: 0%;
}
.slide-img_ab_4{
    width: 97.7117%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 7%;
}
.con11_right{
    width: 50% !important;
    background: black;
}
.con11_top{
    width: 63.5887%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 10%;
    margin-left: 0%;
}
.con11_top_4th_item_ab {
    opacity: 0;
}
.con11_top_2nd{
    width: 79.6432%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con11_top_3rd{
    width: 57.3977%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con11_top_4th{
    margin-top: 8%;
    margin-bottom: 19%;
}
.con11_top_4th_item{
    width: 22.5603%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 3%;
}
.con11{
    align-items: flex-end;
}
.con11_top_4th_ab_1{
    width: 1.36411%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 35%;
    z-index: 3;
}
.con11_top_4th_ab_2{
    width: 1.36411%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 35%;
    z-index: 3;
}
.con11  .mySwiper{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con11 .slide-img{
    width: 141% !important;
}

.con11 .con7_prev{
    left: 48.6% !important;
    bottom: 52% !important;
}
.con11 .con7_next{
    left: 48.6% !important;
    bottom: 43% !important;
}

.con12{
    background: url(/images/con12_12.jpg) no-repeat center / cover;
}
.con12_con{
    width: 94%;
    margin: 3% 0;
    overflow: hidden;
}
.con12_top{
    width: 17.4803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: -65%;
    overflow: hidden;
}
.con12_top_2nd{
    width: 20.105%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: -63%;
}
.con12_con_ab{
    width: 25.1815%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}

.con12_con_ab{
    width: 25.1815%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 64%;
    top: 15%;
}
.con12_con_ab_item{
    margin-bottom: 2%;
}
.con12_top_4th{
    width: 35% !important;
    flex-wrap: wrap;
}

.con12_top_3rd{
    width: 20.4913%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -63%;
}
.con12_top_3rd_ab{
    width: 58.5831%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -7%;
    left: -4%;
}
.con12_top_4th{
    width: 35% !important;
    flex-wrap: wrap;
    margin-left: -51%;
    margin-top: 2%;
    margin-bottom: 9%;
}
.con12_top_4th_item{
    width: 48.9633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1%;
}

.con12_con_ab_item {
    margin-bottom: 3.3%;
}

.con12_con_bg{
    filter: brightness(0.3);
}
.con13_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con13_ab_1_ab{
    width: 16.3255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 24%;
    top: 33%;
    z-index: 1;
}
.con13_ab_1_ab_2{
    width: 10.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    left: 31%;
    top: 62%;
}
.con13_ab_1_ab_3{
    width: 13.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 53%;
    top: 38%;
    z-index: 2;
}
.con13_ab_2_ab{
    width: 13.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 13%;
    right: 21%;
}
.con13_ab_3_ab{
    width: 14.1207%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 13%;
    right: 69%;
}
.con13_ab_4_ab{
    width: 21.1549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 24%;
    left: 57%;
}

.con14{
    background: url(/images/con14_8.jpg) no-repeat center / cover;

}
.con14_top{
    width: 34.0682%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con14_top_2nd{
    width: 21.0499%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con14_top_3rd{
    width: 20.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -14%;
}
.con14_top_3rd_ab{
    width: 57.1429%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    z-index: 2;
    margin-left: 0%;
    left: 104%;
}
.con14_con_bg{
    width: 93%;
    border-radius: 2vw;
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 6%;
    height: 26vw;
}
.con14_con_bg_ab_2{
    right: 68%;
    text-align: center;
    z-index: 2;
}
.con14_con_bg_ab_2 .line{
    overflow: hidden;
}
.con14_con_bg_ab_3 .line{
    overflow: hidden;
}
.con14_con_bg_ab_3{
    left: 68%;
    z-index: 2;
    text-align: center;
}
.con14_con_bg_ab_2 .bold{
    background: #df1208;
}
.con14_con_bg_ab_3 .bold{
    background: #df1208;
}
.con14_con_bg video{
    filter: brightness(0.3);
}
.con14_con_bg_ab{
    width: 19.9774%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
}
.con15{
    background: url(/images/con15_9.jpg) no-repeat center / cover;
}
.con15_top{
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con15_top_2nd{
    width: 33.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 0%;
}
.con15_top_3rd{
    width: 26.4042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 0%;
}

/* 간판 요소에 해당 클래스 추가 */
.shake-sign {
    animation: swingSign 3s ease-in-out infinite;
    transform-origin: top center;
    display: inline-block;
}
.con19_ab_item{
    animation: swingSign 3s ease-in-out infinite;
    transform-origin: top center;
    display: inline-block;
}

/* 흔들리는 키프레임 */
@keyframes swingSign {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(3deg); }
    20%  { transform: rotate(-3deg); }
    30%  { transform: rotate(2.5deg); }
    40%  { transform: rotate(-2.5deg); }
    50%  { transform: rotate(2deg); }
    60%  { transform: rotate(-2deg); }
    70%  { transform: rotate(1deg); }
    80%  { transform: rotate(-1deg); }
    90%  { transform: rotate(0.5deg); }
    100% { transform: rotate(0deg); }
}


.con15_top_4th{
    width: 7.24409%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 14%;
    overflow: hidden;
}
.con15_top_5th{
    width: 27.2441%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 34%;
}
.con15_top_5th_ab{
    width: 113.295%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 71%;
}

.con15_top_6th{
    width: 31%;
    align-items: flex-start;
    margin-left: 40%;
    margin-top: 2.5%;
    margin-bottom: 9%;
 }
.con15_top_6th_item{
    width: 100%;
    text-align: left;
    display: flex;justify-content: flex-start;
    align-items: center;
    margin-bottom: 3%;
}
.con15_top_6th_item::after {
    content: '';
    width: 0.2vw;
    height: 0.2vw;
    position: absolute;
    background: white;
    border-radius: 50%;
    right: 103%;
}
.con15_ab{
    width: 43.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0%;
    left: 0;
}
.con15_ab_ab{
    width: 77.1531%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: smoke 2s infinite;
    bottom: 18%;
}

.con16_top{
    width: 7.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -15%;
}
.con16_top_2nd{
    width: 34.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: -44%;
}
.con16_top_2nd_ab{
    width: 106.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 66%;
    left: 1%;
}


.con16_top_6th_item{
    width: 100%;
    text-align: left;
    display: flex;justify-content: flex-end;
    align-items: center;
    margin-bottom: 3%;
}
.con16_top_6th_item::after {
    content: '';
    width: 0.2vw;
    height: 0.2vw;
    position: absolute;
    background: black;
    border-radius: 50%;
    left: 103%;
}

.con16_top_6th{
    width: 31%;
    align-items: flex-end;
    margin-top: 2.5%;
    margin-left: -41%;
    margin-bottom: 5%;
}
.con16{
    background: url(/images/con15_14.jpg) no-repeat center / cover;

}
.con16_ab{
    width: 38.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}

.con17{
    background: url(/images/con15_19.jpg) no-repeat center / cover;
}

.con17_top{
    width: 9.29134%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 15%;
}
.con17_top_2nd{
    width: 31.7585%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 37%;
}
.con17_top_2nd_ab{
    width: 111.074%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 67%;
}

.con17 .con15_top_6th {
    width: 31%;
    align-items: flex-start;
    margin-left: 40%;
    margin-top: 2.5%;
    margin-bottom: 5%;
}
.con17_ab{
    width: 49.6588%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con17_ab_ab{
    width: 68.1818%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: smoke 2s infinite;
    bottom: 0%;
}
.con18_top{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -16%;
}
.con18_top_2nd{
    width: 41.2073%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: -49%;
}
.con18_top_2nd_ab{
    width: 107.516%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 60%;
}
.con18{
    background: url(/images/con15_14.jpg) no-repeat center / cover;
}

.con18_ab{
    width: 38.2152%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}

.con19_top{
    width: 54.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con19_ab_1{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 7%;
    top: 24%;
}
.con19_ab_2{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 12%;
    top: 24%;
}

.con19_ab_3{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 7%;
    top: 24%;
}
.con19_ab_4{
    width: 3.88451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 12%;
    top: 24%;
}

.con19_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}

.con20{
    background: url(/images/con17_29.jpg) no-repeat center / cover;
}

.con20_top{
    width: 12.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: -11%;
}
.con20_top_ab{
    width: 77.0492%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 0%;
    left: 104%;
}
.con20_top_2nd{
    width: 12.5459%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 0%;
}
.con20_top_3rd{
    width: 26.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con20_top_3rd_ab{
    width: 3.62903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 103%;
    bottom: 90%;
}
.con20_top_3rd_ab2{
    width: 3.62903%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 103%;
    bottom: 90%;
}
.con20_top_4th_item {
    width: 78vw;
    background: white;
    border-radius: 1vw;
    overflow: hidden;
    height: 26.4vw;
}
.con20_top_4th_item_top{
    width: 10.4307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 22%;
}
.con20_top_4th_item_top_2nd{
    width: 22.4764%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 34%;
}
.con20_top_4th_item_top_3rd{
    margin-left: 31%;
    margin-top: 2%;
    font-size: 1.1vw;
}
.con20_top_4th_item_top_4th{
    margin-left: 36%;
    margin-top: 2%;
    margin-bottom: 7.3%;
}
.con20_top_4th_item_ab{
    width: 48.4522%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con20_top_4th_item_ab_2{
    height: 100%;
    width: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con20_top_4th{
    margin-top: 3%;
    margin-bottom: 6%;
}


.con20 .swiper-pagination {
    position: absolute !important;
    bottom: auto !important;
    color: white !important;
    font-size: 1vw !important;
    font-family: 'pretendard Variable' !important;
    width: 10% !important;
    display: flex !important
;
    justify-content: center !important;
    align-items: center !important;
    top: 6% !important;
    letter-spacing: 0.6vw !important;
    left: 82.8% !important;
    flex-direction: column;
}
.con20 .mySwiper{
    height: 26.4vw;
}


.con20 .con7_prev {
    left: unset !important;
    top: 80% !important;
    width: 2vw !important;
    height: 2vw !important;
}
.con20 .con7_next {
    left: unset !important;
    top: 89% !important;
    width: 2vw !important;
    right: unset !important;
    height: 2vw !important;
}


.con20_top_4th_item_top_2nd_2{
    width: 32.3015%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 45%;
}
.con20_top_4th_item_2 .con20_top_4th_item_top_3rd {
    margin-left: 37%;
    margin-top: 2%;
    font-size: 1.1vw;
}
.con20_top_4th_item_top_2nd_3{
    width: 27.2544%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 40%;
}

.con20_top_4th_item_3 .con20_top_4th_item_top_3rd {
    margin-left: 27%;
    margin-top: 2%;
    font-size: 1.1vw;
}
.con20_top_4th_item_3 .con20_top_4th_item_top_4th {
    margin-left: 33%;
    margin-top: 2%;
    margin-bottom: 7.3%;
}
.con20_top_4th_item_top_2nd_5{
    width: 20.1211%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 32%;
}

.con20_top_4th_item_5 .con20_top_4th_item_top_3rd {
    margin-left: 39%;
    margin-top: 2%;
    font-size: 1.1vw;
}
.con20_top_4th_item_top_2nd_4{
    width: 29.4751%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 41%;
}
.con20_top_4th_item_4 .con20_top_4th_item_top_3rd {
    margin-left: 34%;
    margin-top: 2%;
    font-size: 1.1vw;
}

.con20_top_4th_item_4 .con20_top_4th_item_top_4th {
    margin-left: 31%;
    margin-top: 2%;
    margin-bottom: 7.3%;
}











div.con08_cover {
    height: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 6vw;
    color: white;
}
.con08_02 {
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.con08_tt01 {
    margin-bottom: 1.5vw;
}
.con08_tt01 .line {
    overflow: hidden;
}
.con08_tab_wrap {
    gap: 1vw;
    margin-bottom: 3vw;
}
.con08_tab {
    width: 11.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
}
.con08_tab > img.rltv {
    opacity: 1;
    transition: all 0.3s;
}
.con08_tab img.absol {
    opacity: 0;
    transition: all 0.3s;
}
.con08_tab:hover {
    color: #C2A381;
}
.con08_tab:hover > img.rltv {
    opacity: 0;
}
.con08_tab:hover img.absol {
    opacity: 1;
}
.con08_tab.con08_change {
    color: #C2A381;
}
.con08_tab.con08_change > img.rltv {
    opacity: 0;
}
.con08_tab.con08_change img.absol {
    opacity: 1;
}
div.con08_menu {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu .swiper-slide {
    flex-direction: column;
}
.con08_menu_img {
    width: auto;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    background: white;
    overflow: hidden;
}
.con08_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.con08_arr {
    width: 3.21444%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10!important;
    opacity: 1 !important;
    pointer-events: all !important;

}
.con08_arr.con08_change {
    z-index: 10!important;
    opacity: 1;
    pointer-events: all;
}
.con08_prev {
    left: 10%;
}
.con08_next {
    right: 10%;
}
.con08_menu {
    opacity: 0;
}
.con08_menu.con08_change {
    opacity: 1;
    z-index: 2;
}
.con0809_wrap {
    overflow: hidden;
}


.con08_tab {
    width: 5.806%;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
}
.con08_tab_wrap{
    margin-top: 4%;
}

.con08_menu .swiper-slide{
    justify-content: center;
    display: flex
;
    align-items: center;
}

.con08_menu_img{
    box-shadow: 3px 3px 2px 2px;
    width: 85%;
    border-radius: 1vw;
}

div.con08_menu {
    width: 65%;
    height: 41vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_menu_tt{
    font-size: 1.4vw;
}
.con08_menu_desc{
    margin-top: 2%;
}
.con08_menu_wrap{
    margin-bottom: 6%;
}
.con08_tab_wrap {
    gap: 1vw;
    margin-bottom: 1vw;
}

.con08_menu .swiper-slide.swiper-slide-active .con08_menu_img{
    box-shadow: 3px 3px 2px 2px #e60012;

}
.con08_menu .swiper-slide.swiper-slide-active .con08_menu_tt{
    color: #e60012;

}

.con21{
    background: url(/images/con18_12.jpg) no-repeat center / cover;
}
.con21_top{
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con21_top_2nd{
    width: 18.7402%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}

.con8_con{
    background: white;
    border: 0.15vw solid  #ffd801;
    width: 79%;
    border-radius: 1vw;
    margin-top: 3%;
    margin-bottom: 8%;
}

div.con08_menu {
    width: 65%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab p{
    z-index: 2;
}
.con08_tab.con08_change {
    color: black;
}
.con08_menu .swiper-slide.swiper-slide-active .con08_menu_tt {
    color: black;
}

.con08_menu .swiper-slide.swiper-slide-active .con08_menu_img {
    box-shadow: unset;
}

.con08_prev {
    left: -2%;
}
.con08_next {
    right: -2%;
}


.con08_tab {
    width: 5.806%;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
    margin: 0 1%;
}
.con08_menu_img {
    width: auto;
    height: 11vw;
}
div.con08_menu {
    width: 65%;
    height: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.con21_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 55%;
}

.con21_ab_2{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 6%;
    opacity: 0.3;
    left: 13%;
}
.con21_ab_3{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 6%;
    opacity: 0.3;
    right: 13%;
}

.con22{
    background: black;
}
.con22_top{
    width: 15.3281%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
    overflow: hidden;
}
.con22_top_2nd{
    width: 36.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
    margin-bottom: 4%;
}
.con22_top_3rd{
    margin-bottom: 7%;
}
.con22_top_3rd_ab{
    width: 36.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con22_top_3rd_ab{
    right: 60%;
}
.con22_top_3rd_ab_2{
    height: 26vw;
    width: 57%;
    left: 41%;
}
.con22_top_3rd_ab_2 .mySwiper{
width: 100%;
    height: 100%;
}
.con23{
    background: url(/images/con20_11.jpg) no-repeat center / cover;
}
.con23_con{
    width: 94%;
    border: 1px solid #ffd801;
    margin: 1.5% 0;
    overflow: hidden;
}
.con23_top{
    width: 12.2836%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.con23_top_2nd{
    width: 33.5008%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con23_top_3rd{
    width: 70.7984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-left: 0%;
    margin-bottom: 4%;
    position: relative;
}
.con23_top_4th{
    padding: 0.8% 0;
    border-top: 1px solid #ffd801;
}
.con23_top_3rd_ab2{
    width: 6.70347%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    top: 33.5%;
}
.con23_top_3rd_ab{
    width: 3.15457%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 12%;
    top: 16.4%;
}
.con23_top_3rd_ab3{
    width: 7.01893%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    top: 42.5%;
}
.con23_top_3rd_ab4{
    width: 6.78233%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    top: 51%;
}
.con24{
    background: url(/images/con21_9.jpg) no-repeat center / cover;

}
.con24_top{
    width: 16.6929%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-left: 0%;
}
.con24_top_2nd{
    width: 22.7297%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con25{
    background: url(/images/con22_7.jpg) no-repeat center / cover;
}
.con25_top{
    width: 12.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con25_top_2nd{
    text-align: center;
    margin-top: 2%;
    font-size: 1.2vw;
}


















.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.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;
}
.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;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.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: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.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: 20%;
    left: 3%;
    border: 1px solid black;
}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.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{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.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 white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}



.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}


.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}



.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #002c46;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #002c46;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}

.form_submit{
    background: transparent;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: black;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
}

.form_row_label_required::after {
    content: '*';
    font-family: Pretendard-regular;
    color: #cb1f39;
    white-space: nowrap;
    font-size: 1.1vw;
    position: absolute;
    right: 100%;
    width: 0%;
    bottom: 40%;
}
.form_row_label {
    width: 37% !important;
}


.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}


.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 15%;
    top: 16%;
}

.form_row_label_3lettters {
    letter-spacing: 1.5vw;
}

.form_row_label_4lettters {
    letter-spacing: 0.67vw;
}




section img{
    width: 100%;
}































.con17_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
    border-radius: 30px;
    border: 1px solid black;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.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: #10069f;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #10069f;
    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;
}
.map_search{
    width: 7% !important;
    right: 8% !important;
}
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    width: 80%;
}
.con17_mid_map_search_item_title{
    font-size: 1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start !important;
}
#page_wrap{
    background: #f6f6f6;
}

.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.map {
    width: 98%;
    height: 38vw;
}
.con17_mid_map_search {
    width: 24%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_mid input{
    border-radius: unset !important;
}


.map {
    width: 80%;
    height: 38vw;
    border-radius: 0;
    border:unset;
}
.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 34vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 13%;
    flex-direction: column;
}






.con17_mid {
    margin-bottom: 0;
}

.con17_mid {
    margin-bottom: 5%;
}





.con17_mid {
    margin-bottom: 5%;
    margin-top: 3%;
}

.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 38vw;
    top: 0;
    z-index: 2;
    overflow: hidden;
    left: 10%;
    flex-direction: column;
}

.on2 {
    background: #ff490e;
    color: white !important;
}
.con17_mid_map_search_mid {
    background: #ff490e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}


.con17_mid {
    margin-bottom: -8%;
    margin-top: 3%;
}

.con17_mid_map_search_top {
    background: black;
}
.con17_mid_map_search_mid {
    background: black;
}
.on2 {
    background: black;
    color: #d7ad56 !important;
}
.con17_mid_map_search_mid input {
    border-radius: 30px !important;
}
.con17_mid {
    margin-bottom: 3%;
    margin-top: 0%;
}











.off2 {
    color: grey !important;
    background: white;
}




.on2 {
    background: #002c46;
    color: white !important;
}

.con17_mid_map_search_mid {
    background: #002c46;

}


.con17_mid {
    margin-bottom: 6%;
    margin-top: 0%;
}
.con17_mid {
    margin-top: 2%;
}




.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}

/* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #002c46;/* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}

.con17_mid_map_search_bottom::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}

::-webkit-scrollbar-corner {
    background: transparent;
}
.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

.con17_mid_map_search {
    height: 31vw;
}
.form{
    background: white;
    top: 3%;
    left: 59%;
    width: 32%;
}


.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 100%;
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
    display: none;
}
.form_row_imput_radio{
    width: 27%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #fffced;
}
.form_row_imput_radio_2{
    margin-left: 1%;
}
.form_row_imput_radio_1::before{
    content: '유';
    font-family: GmarketSansMedium;
    position: absolute;
    color: black;
    font-size: 1vw;
}
.form_row_imput_radio_2::before{
    content: '무';
    font-family: GmarketSansMedium;
    position: absolute;
    color: black;
    font-size: 1vw;
}
.form_row_imput_radio:checked{
    background: #f4a81c;
}
.form_agree_check:checked::after{
    background: #f4a81c;
}


.form{
    background: white;
    top: 3%;
    left: unset;
    width: 32%;
    position: relative !important;
    margin: 0;
    transform: unset;
    right: unset;
    margin-top: 2%;
    margin-bottom: 6%;
}
.form_row {
    border-bottom: unset;
}
.form_row_imput_text {
    padding-left: 3%;
    box-sizing: border-box;
    background: #80808026;
    border-radius: 0.5vw;
}
.form_row_imput_radio {
    width: 34%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #fffced;
    border-radius: 0.5vw;
}
.form_row_imput_radio:checked {
    background: #df1208;
}
.form_row_imput_radio {
    width: 34%;
    border-radius: unset;
    height: 2vw;
    border: unset;
    background: #80808026;
    border-radius: 0.5vw;
}
.form_row_imput_radio:checked::before {
    color: white;
}
.form_row {
    border-bottom: unset !important;
}
.form_agree_check:checked::after {
    background: #df1208;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    padding: 1.5%;
    width: 71%;
    color: white;
    position: relative !important;
    margin-bottom: 0;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 0;
    cursor: pointer;
    text-align: center;
    margin-top: -3%;
    margin-bottom: 5%;
}
.form {
    border-radius: 1vw;
}
.form_agree {
    justify-content: center;
    align-items: center;
}
.con25_ab{
    width: 39.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
    top: 0;
}
.con25_ab2{
    width: 39.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -9%;
    right: 0;
}
.main_ab_2 {
    width: 24.0945%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 10%;
    bottom: 18%;
    mix-blend-mode: unset;
    opacity: 0.2;
}

.main_top_ab{
    width: 11.3821%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    overflow: hidden;
    margin-left: 0%;
    right: 108%;
}

.main_top_ab_2{
    width: 11.3821%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 108%;
}
.main_top_4th_ab{
    width: 84.542%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    animation: smoke 2s infinite;
    bottom: 10%;
}
.main_top_4th_ab_2_ab{
    width: 82.2722%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con4_top_3rd_ab{
    width: 22.6645%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top_2nd_1{
    width: 21.3648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top_2nd_2{
    width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top_2nd_3{
    width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con14_top_ab{
    width: 4.77986%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 104%;
}
.con14_top_ab_2{
    width: 4.77986%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 104%;
}
.con12_con_ab_item{
    width: 99.9815%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.m_03_con{
    overflow: hidden;
}
.con1_top_3rd .line{
    overflow: hidden;
}
.con1_top_4th_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}

@keyframes clipLeftToRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
}

.con1_top_4th_ab {
    animation: clipLeftToRight 4s infinite ease-in-out;
    transition: all 0.8s;
}

.con2_top_4th_ab {
    left: 5%;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2vw);
    }
}
.con3_ab {
    animation: floatUpDown 3s ease-in-out infinite;
}

.con9 .con7_next {
    left: 23.5% !important;
}

.con13_ab_item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}



/* 타원 ani */
@keyframes animX{
    0% {left: 0px;}
    /* 틀 너비 */
    100% {left: 87vw;}
}
@keyframes animY{
    0% {top: 0px;}
    /* 틀 높이 */
    100% {top: 46vw;}
}
.con09_rotate_box_wrap {
    width: 50vw;
    height: 30vw;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_rotate_box {
    height: 100%;
    /* 유도리껏 맞춤(left, top) */
    left: -4%;
    top: -6%;
}
.con09_01 {
    width: 8.25957%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: animX 10s cubic-bezier(0.36, 0, 0.64, 1) -5s infinite alternate,
    animY 10s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
/* 타원 ani */

.con22_top_2nd_ab{
    width: 59.9163%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 70%;
    left: -2%;
}


.con09_rotate_box_wrap {
    width: 87vw;
    height: 46vw;
    border: 1px solid #ffd801;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con09_01 {
    width: 3.25957%;
}
.con09_rotate_box {
    height: 100%;
    left: -2%;
    top: -4%;
}
.con08_menu{
    opacity: 0 !important;
}
.con08_menu.con08_change{
    opacity: 1 !important;
}
















































.fixed_popup{
    height: 100vh;
    background: #00000045;
}
.popup {
    width: 50%;
    background: white;
    height: 29vw;
    border-radius: 30px;
    overflow: hidden;
    top: 10%;
    justify-content: flex-start;
}
.popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}
.popup_img {
    width: 46.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}
.popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}
.popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}
.fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
}
.popup_right_1st{
    color: #E3C179;
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}
.popup_right_2nd{
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;

}
.popup_right> div > div:nth-child(1){
    font-family: Pretendard-semibold;
    font-size: 1vw;
        color: #6d7d92;
    
}
.popup_right> div > div:nth-child(2){
    font-family: Pretendard-regular;
    font-size: 1vw;

}
.popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 5%;
}
.popup_right{
    width: 53%;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.popup_img img{
    width: 100%;
}


.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: 21.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
    position: relative;
    cursor: pointer;
}
.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%;
    border-radius: unset !important;
}




.con11_mid_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.map{
    width: 95%;
    height: 30vw;
}
.con11_mid_right_top{
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
.sido1{
    width: 36%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
.search{
    width: 54%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_pin_left{
    left: 33%;
    width: 2%;
}
.select_pin_right{
    right: 4.5%;
    width: 2%;
}
.con11_mid_right_bottom{
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
}
.con11_mid_right_mid p:nth-child(1){
    margin-left: -9%;
    margin-right: 10%;
}
.con11_mid_right_mid p:nth-child(2){
    margin-left: -38%;
    margin-right: -14%;
}
.con11_mid_right_bottom_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-Light';    
    color: #808080e6;    
}
.con11_mid_right_bottom_item{
    font-size: 1vw;
    color: grey;
    margin: 2% 0;
}
.con11_mid_right_bottom_item p:nth-child(1){
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right_bottom_item p:nth-child(2){
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
    white-space: nowrap;
}
.con11_mid_right_bottom_item p:nth-child(3){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_mid_right {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_mid_right_bottom {
    width: 87%;
    height: 21vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 7%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.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: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 6% !important;
    right: 12%;
    top: 48%;
}
.con11_mid_right_mid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 85%;
    margin-top: 2%;
    font-family: pretendard-bold;
    font-size: 1vw;
    padding-right: 1%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    border-top: 1px solid black;
    padding-top: 2%;
}

.sido1 {
    width: 8%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 57%;
    right: 16%;
}

.con11_mid_right_bottom {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.con11_mid_right_bottom::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    border-radius: 30px;
}
.con17_mid_map_search_item_tel{
    color: #808080e6;
}

.con17_mid_map_search_mid input {
    border-radius: 0;
}
.fixed_popup_con{
    width: 100%;
    height: 100%;
}
.popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 1vw;
    width: 71%;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
}

.main_mid_title {
    font-size: 2vw;
    color: black;
}


.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 103%;
    overflow: hidden;
}
.popup_img img {
    width: 108%;
}

.popup {
    width: 56%;
    height: 31vw;
}


.con17_mid_map_search_mid {
    background: #0064de;
}


.con17_mid_map_search_mid input {
    background: white;
    border-radius: 50px;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
    left: 0;
    border-radius: 30px;
    box-sizing: border-box;
}

.map {
    width: 100%;
    height: 35vw;
}

.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
    padding-bottom: 5%;
}
.con17_mid_map_search_mid input{
    margin-top: 0%;
}

.con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8% 3%;
    box-sizing: border-box;
}
.con18_03 {
    width: 6% !important;
    right: 12%;
    top: unset;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 27.5vw;
    width: 100%;
}

.info-title {
    display: block;
    background: #50627F;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height:22px;
    border-radius:4px;
    padding:0px 10px;
}




.con17_mid_map_search_item_ca{
    color: #0064de;
    font-size: 1vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
.con17_mid_map_search_item_title{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_address{
        width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_tel{
            width: 50%;
    margin-left: 46%;
    margin-top: 3%;
}
.con17_mid_map_search_item_naver{
    cursor: pointer;
    width: 37.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 46%;
    margin-top: 4%;
    margin-bottom: 5%;
}
.con17_mid_map_search_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    top: 27%;
    left: 4%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 23px;
}
.con17_mid_map_search_item_img_img{
    width: 100%;
    scale: 1.46;
}
.popup_close{
        width: 1.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.popup {
    width: 65%;
    height: 32vw;
    padding-top: 4%;
    top: 2%;
}

.popup_top_absol{
        width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 10%;
}
.popup_top_absol_2nd{
        width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
}
.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 31vw;
    overflow: hidden;
}

.popup_img_con{
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
}
.popup_right_6th_left{
    width: 26.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main img{
    width: 100%;
}

.con17_mid_map_search_item_ca {
    font-size: 0.8vw !important;
}

.con17_mid_map_search_item_title {
    font-size: 1vw;
    font-family: pretendard-bold;
}



.main_mid_title {
    font-size: 1.6vw;
    color: black;
}
.con17_mid_map_search_item_naver {
    width: 34.4829%;
}
.con17_mid_map_search_item_img {
    left: -2.5%;
}



/* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 0.3vw;
    margin-right: 6%;
    position: absolute;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-thumb {
    background: #291e14;/* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */

}

.con17_mid_map_search_bottom::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
    margin-top: 1vw;
    margin-bottom: 1vw;

}

::-webkit-scrollbar-corner {
    background: transparent;
}
.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.con17_mid_map_search_bottom::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}



.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 10vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_img {
    top: 17%;
}
.popup_img_con {
    width: 68%;
    height: 13vw;
}

.con17_mid_map_search_item_img_img {
    scale: 1.6 !important;
}


.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91%;
    margin-bottom: 5%;
}

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid;
}
.con17_mid_map_search_mid {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    top: 4%;
    z-index: 2;
}

.con18_03 {
    width: 3% !important;
    right: 10%;
    top: unset;
}
.con17_mid_map_search_item_title {
    width: 83%;
    margin-left: 12%;
    margin-top: 16%;
    font-family: pretendard-regular !important;
}
.con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 12vw;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item_naver {
    width: 35.4829%;
    margin-bottom: 10%;
    position: relative;
    margin-left: 12%;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
}

.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: unset;
    font-family: pretendard-regular;
    height: 11vw;
    margin-bottom: 3;
}

.con17_mid_map_search_item_plus{
    width: 12.6926%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 19%;
}

.popup_img_con {
    width: 79%;
    height: 20vw;
}
.popup {
    width: 65%;
    height: 32vw;
    padding-top: 0;
    top: 2%;
}
.main_mid_title {
    font-size: 1.6vw;
    font-family: sandol;
    color: black;
    font-family: "sandoll-myeongjoneo1", sans-serif;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
    color: black;
}
.popup{
    background: #f3f2ea;
}

.popup_top_absol {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: unset;
    left: 0;
    bottom: 0;
}

.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 33%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.popup_close {
    width: 3.40634%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}
.popup_right_2nd{
        margin-bottom: 7%;
    margin-top: 6%;
}
.popup_top_absol_2nd {
    width: 43.6687%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 51%;
    border-bottom: #00000038 1px solid;
}
.markerdesc{
    background: white;
}

.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 35.5vw;
    width: 100%;
}
.popup{
    border-radius: unset !important;
}
.popup_img_con {
    border-radius: unset !important;
}


.popup {
    border-radius: unset !important;
    border: 1px solid black;
    border-radius: 2vw !important;
    background: white;
}


.popup_close {
    width: 2.40634%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.con8_top_2nd_1_off{
    opacity: 0;
}

.aos_ab_ab p {
    font-size: 1.3vw !important;
    text-align: center;
    font-family: pretendard variable !important;
}
.main_top_4th_ab_2_ab_2{
    width: 11.8012%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 5;
    top: -12%;
}

}
#section04 .rolling-counter-wrap .rolling-number {
    border-radius: 1vw !important;
}
.con11_top_4th {
    margin-top: 13%;
    margin-bottom: 14%;
}

.con24_top_2nd {
    margin-bottom: 2%;
}
.con14_con_bg_ab_2{
    font-size: 1.1vw
}
.con14_con_bg_ab_3{
    font-size: 1.1vw
}

.con15_top_6th_item {
    font-size: 1.1vw;
}
.con16_top_6th_item {
    font-size: 1.1vw;
}
.slide-img_ab_5{
        width: 76.1695%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 7%;
}

.con12_con_ab {
    width: 25.1815%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 64%;
    top: 9%;
}
.slide-img_ab_5{
    width: 96.1695%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .main_top {
        width: 35.9134%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 30%;
        margin-left: 0%;
    }

    .main_top_2nd {
        width: 46.105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.3%;
        margin-left: -18.5%;
    }
    .main_top_3rd {
        width: 52.0052%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }

    .main_top_4th {
        width: 89.0131%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-left: -13%;
        margin-bottom: -16%;
    }
    .main_top_4th_ab_2 {
        width: 34.7252%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 76%;
        bottom: 43%;
    }
    .main_ab {
        width: 35.5118%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -1%;
        bottom: 18%;
        mix-blend-mode: unset;
        opacity: 0.2;
    }
    .main_ab_2 {
        width: 33.0945%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 3%;
        bottom: 18%;
        mix-blend-mode: unset;
        opacity: 0.2;
    }


    .con1_top {
        width: 30.4882%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con1_top_2nd {
        width: 47.5696%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1.5%;
        margin-left: 0%;
    }

    #section04 .rolling-counter-wrap {
        scale: 1 !important;
    }
    #section04 .rolling-counter-wrap .rolling-number + .rolling-number {
        margin-left: 5px;
    }
    .rolling-number {
        position: relative;
        width: 8vw;
        height: 11vw;
        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: 8vw;
        width: 100%;
        height: 11vw;
    }
    .con1_top_ab {
        width: 3.23752%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 102%;
        bottom: 9%;
    }
    .aos_ab {
        width: 16.9787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -9%;
        z-index: 2;
        bottom: 60%;
    }
    .aos_ab_ab p {
        font-size: 2.8vw !important;
        text-align: center;
        font-weight: 600 !important;
    }
    .aos_ab {
        width: 23.9787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -9%;
        z-index: 2;
        bottom: 60%;
        display: none;
    }
    #section04 .rolling-counter-wrap {
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con1_top_3rd {
        text-align: center;
        margin-top: 5.5%;
        margin-bottom: 2%;
    }
    .con1_top_4th{
        width: 72.2467%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0%;
    }
    .con1_top_4th_ab_3 {
        width: 36.7607%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -19%;
        top: -23%;
    }
    .con1_top_4th_ab_2 {
        width: 35.7607%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -16%;
        bottom: 41%;
    }
    .con1_top_5th_ab {
        width: 150.682%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        bottom: 0;
        margin-left: 0%;
    }
    .con2_top {
        width: 48.8504%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con2_top_2nd {
        width: 57.8819%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.7%;
        margin-left: 0%;
    }
    .con2_top_3rd {
        margin-top: 4%;
        margin-bottom: 5.5%;
        flex-direction: column !important;
    }
    .con2_top_3rd_1{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con2_top_3rd_2{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3rd_ab_3 {
        width: 15.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        rotate: 90deg;
    }
    .con2_top_3rd_ab_4 {
        width: 32.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        right: 0%;
        top: 54%;
    }
    .con2_top_3rd_ab {
        width: 27.71129%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        bottom: 96%;
        left: unset;
    }
    .con2_top_3rd {
        margin-top: 11%;
        margin-bottom: 5.5%;
    }
    .con2_top_3rd_ab_2 {
        width: 9.71129%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        bottom: -3%;
        right: unset;
        width: 27.71129%;
    }

    .con2_top_4th {
        width: 80% !important;
        display: flex
    ;
        justify-content: flex-start;
        align-items: flex-start;
        height: 85.5vw;
    }
    .con2_top_4th {
        width: 80% !important;
        display: flex
    ;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        height: 85.5vw;
    }
    .con2_top_4th_item {
        width: 50% !important;
        display: flex
    ;
        justify-content: flex-start;
        align-items: flex-start;
        height: 50%;
    }
    .con2_top_4th_line_1 {
        left: 50%;
    }
    .con2_top_4th_line {
        height: 1px;
        background: #ffd801;
        z-index: 2;
        width: 100%;
        top: 50%;
    }
    .con2_top_4th {
        width: 80% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 100vw;
        flex-wrap: wrap;
    }

    .con2_top_4th_ab {
        width: 37.2917%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 7%;
        top: 9%;
    }
    .con2_top_4th_1_ab_item {
        font-family: pretendard variable;
        bottom: 0;
        transform: translateY(-58%);
        font-size: 3.5vw;
    }
    .con2_top_4th_2_ab_ab_sp {
        font-size: 3.8vw !important;
        font-weight: 600;
    }
    .con2_top_4th_ab_2 {
        width: 99.5556%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        bottom: 12%;
        right: 4%;
    }
    .con2_top_4th_item{
        overflow: hidden;
    }
    .con02_11_2{
        scale: 1.5;
    }
    .con2_top_4th {
        width: 80% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 100vw;
        flex-wrap: wrap;
        margin-top: 4%;
        margin-bottom: 11%;
    }
    .con3_top {
        width: 35.7862%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con3_top_2nd {
        width: 68.4807%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con3_top_4th {
        margin-top: 2%;
        flex-direction: column;
    }
    .con3_top_4th_1 {
        width: 87.5265%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con3_top_3rd {
        width: 54.7554%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con3_top_4th_2 {
        width: 90.7242%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        background: white;
    }
    .con3_top_4th_2_ab {
        width: 39.2781%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 1%;
        right: 13%;
    }
    .con3_top_5th {
        width: 66.1764%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -10%;
        margin-bottom: 15%;
    }
    .con3_con_con {
        border-radius: 1vw;
        border: 1px solid #ffd801;
        height: 97%;
        width: 94%;
        overflow: hidden;
        display: none;
    }
    .con3_ab {
        width: 28.937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0%;
        top: -2%;
        z-index: 1;
    }
    .con4_top_2nd {
        margin-top: 3.7%;
        margin-left: 0%;
        width: 58.2546%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con4_top_3rd_item {
        width: 48.3499%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin-top: 0%;
        margin-left: 0%;
        margin: 1% 0.6%;
    }
    .con4_top_3rd {
        margin-bottom: 36%;
    }
    .con4_top_3rd_ab{
        width: 52.6645%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        top: 94%;
    }
    .con5_top {
        width: 49.2126%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con5_top_2nd {
        width: 59.1916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con5_top_3rd {
        width: 59.1522%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
    }
    .con5_top_4th {
        width: 74%;
        margin-top: 7%;
        text-align: center;
    }
    .con5_top_5th {
        width: 60.9449%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: -24%;
        margin-bottom: 71%;
    }
    .con5_top_5th {
        width: 60.9449%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: -24%;
        margin-bottom: 97%;
    }
    .con5_ab_2nd {
        width: 48.147%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 5%;
        top: 63%;
    }

    .con6_top {
        width: 59.5827%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con6_top_2nd {
        width: 68.1286%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.8%;
        margin-left: 0;
    }

    .con6_top_3rd {
        width: 62.3097%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.5%;
        margin-left: 0;
    }
    .con6_top_4th_ab {
        font-size: 3.6vw;
        font-weight: 600;
    }

    .con6_top_4th {
        width: 73.5%;
        margin-top: 7%;
        margin-bottom: 2%;
        text-align: center;
    }
    .con6_top_5th {
        background: #ffd801;
        margin-left: 0;
        margin-bottom: 27%;
        font-weight: 600;
        margin-top: 3%;
    }

    .con1_scrx {
        padding: 0.7% 0;
        width: 250%;
    }

    .con7_top {
        width: 49.7979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con7_top_2nd {
        width: 67.4016%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con7_top_3rd {
        width: 69.8819%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11.5%;
        margin-left: 1%;
    }
    .con7_top_4th {
        width: 79%;
        margin-top: 4%;
        text-align: center;
        margin-bottom: 2%;
    }

    .con7_ab_2 {
        width: 35.6037%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        z-index: 3;
        top: 25%;
        right: unset;
        position: relative !important;
        margin-bottom: -6%;
    }
    .con7_ab_2_ab_ct {
        font-size: 11.5vw;
    }
    .con7_ab_2_ab {
        font-size: 4vw;
        bottom: 23%;
        font-family: pretendard variable;
    }
    .con7 .mySwiper {
        margin: 0;
        margin-top: 6%;
        margin-bottom: -0.5%;
        width: 200%;
    }
    .con7_ab_3{
        display: none;
    }

    .con8_top {
        width: 62.5617%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con8_top_2nd {
        margin-top: 3%;
        margin-bottom: 7%;
        align-items: center;
        flex-direction: column;
    }

    .con8_top_2nd_1 {
        width: 64.3648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con8_top_2nd_2{
        position: absolute;
    }
    .con8_top_2nd_3{
        position: absolute;
    }

    .con8_top_2nd_2 {
        width: 46%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 50%;
    }


    .con8_top_2nd_3 {
        width: 46%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 50%;
    }
    .con8_top_2nd_ab {
        width: 44.7428%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -4%;
        left: unset;
    }
    .con8_top_2nd {
        margin-top: 4%;
        margin-bottom: 14%;
        align-items: center;
        flex-direction: column;
    }
    .con9_con{
        width: 93%;
        margin-left: 0%;
    }

    .con9_top {
        width: 58.5669%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con9_top_2nd {
        width: 33.4829%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }

    .con9_ab{
        position: relative;
    }
    .con9_ab {
        width: 60.8399%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
        top: 17%;
        right: unset;
    }
    .con9_top_3rd {
        margin-bottom: 15%;
        width: 200%;
        margin-left: 130%;
    }

    .con9 .slide-inner {
        width: 90%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 60vw;
        border-radius: 2vw;
        overflow: hidden;
    }

    .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con9 .con7_next {
        left: 29.5% !important;
    }
    .con7_next {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
    }

    .con10_top {
        width: 69.399%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con10_top_2nd {
        width: 54.0472%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.2%;
        margin-left: 0%;
    }

    .con10 .mySwiper {
        width: 194%;
        margin-right: -4%;
        margin-top: 5%;
        margin-bottom: 4%;
        margin-left: 128%;
    }

    .slide-img_ab_1st {
        background: #df1208;
        width: 100%;
        height: 22vw;
    }
    .slide-img_ab_1st_top {
        top: 21%;
        color: white;
        font-size: 3.55vw;
    }

    .con10 .mySwiper {
        width: 218%;
        margin-right: -19%;
        margin-top: 5%;
        margin-bottom: 4%;
        margin-left: 128%;
    }
    .con10_top_3rd {
        width: 47.1575%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
        margin-bottom: 11%;
    }

    .con7_prev {
        left: 11% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        right: 11.5% !important;
    }
    .con11 .mySwiper {
        width: 100% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        position: relative !important;
    }
    .con11_right {
        width: 100% !important;
        background: black;
    }
    .con11_top {
        width: 63.5887%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0%;
    }

    .con11 .con7_prev {
        left: 40.6% !important;
        bottom: 50.3% !important;
    }
    .con11 .con7_next {
        left: 53.6% !important;
        bottom: 50.3% !important;
    }
    .con11_top_4th_item_ab{
        width: 100% !important;
    }
    .con11_top_4th_item {
        width: 28.5603%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 0 2%;
    }
    .con11_top_4th_ab_1 {
        width: 2.36411%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 32.5%;
        z-index: 3;
    }
    .con11_top_4th_ab_2 {
        width: 2.36411%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 32.5%;
        z-index: 3;
    }
    .con12_top {
        width: 48.4803%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con12_con_ab{
        position: relative !important;
    }
    .con12_top_2nd {
        width: 42.105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con12_con_ab {
        width: 67.1815%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
        left: unset;
        top: 15%;
    }
    .con12_con {
        width: 94%;
        margin: 3% 0;
        overflow: hidden;
        background: black;
    }
    .con12_top_4th {
        width: 74% !important;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: 13%;
    }
    .con12_con_bg {
        filter: brightness(0.3);
        width: 336%;
        top: 0;
    }
    .con13 >div{

    }

    .con14_top {
        width: 75.0682%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con14_top_2nd {
        width: 50.0499%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con12_top_3rd {
        width: 59.4913%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
    }
    .con14_top_3rd {
        width: 53.9449%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: -32%;
    }

    .con14_con_bg {
        width: 93%;
        border-radius: 2vw;
        overflow: hidden;
        margin-top: 5%;
        margin-bottom: 14%;
        height: 52vw;
    }
    .con14_con_bg_ab {
        width: 28.9774%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: 8%;
    }
    .con14_con_bg {
        width: 93%;
        border-radius: 2vw;
        overflow: hidden;
        margin-top: 5%;
        margin-bottom: 14%;
        height: 77vw;
        background: black;
    }

    .con14_con_bg_ab_2{
        right: 51%;
        text-align: center;
        z-index: 2;
        width: 47%;
        top: 59%;
    }

    .con14_con_bg_ab_2 {
        right: unset;
        text-align: center;
        z-index: 2;
        width: 100%;
        top: 54%;
    }
    .con14_con_bg_ab_3 {
        left: unset;
        z-index: 2;
        text-align: center;
        top: 72%;
    }
    .con14_con_bg_ab {
        width: 31.9774%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: 9%;
    }
    .con14_con_bg_ab_2 {
        right: unset;
        text-align: center;
        z-index: 2;
        width: 100%;
        top: 56%;
    }
    .con15_top {
        width: 44.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con15_top_2nd {
        width: 77.2808%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }
    .con15_top_3rd {
        width: 68.4042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-left: 0%;
    }
    .con15_top_4th {
        width: 23.24409%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: 0;
    }
    .con15_top_5th {
        width: 67.2441%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
    }

    .con15_top_6th {
        width: 80%;
        align-items: center;
        margin-left: 0;
        justify-content: center;
        margin-top: 6.5%;
        margin-bottom: 14%;
    }
    .con15_top_6th_item {
        width: 100%;
        text-align: left;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con15_top {
        width: 44.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0%;
    }
    .con15_ab {
        width: 51.8845%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: unset;
        left: 0;
        top: 0;
    }

    .con15_top_6th_item::after{
        display: none;
    }
    .con16_top_6th_item::after{
        display: none;
    }
    .con16_top {
        width: 25.1916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
        margin-left: 0;
    }
    .con16_top_2nd {
        width: 89.4357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }

    .con16_top_6th {
        width: 100%;
        align-items: center;
        margin-top: 6.5%;
        margin-left: 0;
        margin-bottom: 13%;
    }
    .con16_top_6th_item {
        width: 100%;
        text-align: left;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    .con16_ab {
        width: 38.1102%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        top: -12%;
    }

    .con17 .con15_top_6th {
        width: 100%;
        align-items: center;
        margin-left: 0;
        margin-top: 5.5%;
        margin-bottom: 12%;
    }
    .con17_top {
        width: 33.29134%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0;
    }
    .con17_top_2nd {
        width: 79.7585%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con17 .con15_top_6th {
        width: 100%;
        align-items: center;
        margin-left: 0;
        margin-top: 5.5%;
        margin-bottom: 32%;
    }
    .con17_ab {
        width: 54.6588%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        bottom: 0;
    }
    .con17 .con15_top_6th {
        width: 100%;
        align-items: center;
        margin-left: 0;
        margin-top: 5.5%;
        margin-bottom: 20%;
    }
    .con17_ab {
        width: 54.6588%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 0;
        bottom: -5%;
    }

    .con18_top {
        width: 34.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con18_top_2nd {
        width: 93.2073%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0;
    }
    .con18_ab {
        width: 38.2152%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        top: 0;
    }
    .con18_top {
        width: 34.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-left: 0;
    }

    .con12_top_3rd_ab {
        width: 58.5831%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -7%;
        left: unset;
    }
    .con14_con_bg video {
        filter: brightness(0.3);
        width: 140%;
    }
    .con19_top {
        width: 70.2257%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 44%;
        margin-left: 0%;
    }
    .con19_ab_item{
        width: 7.88451%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con19_ab_2 {

        left: 39%;
        top: 9%;
    }

    .con19_ab_1 {
        left: 23%;
        top: 9%;
    }
    .con19_ab_4 {
        right: 23%;
        top: 9%;
    }
    .con19_ab_3 {

        right: 39%;
        top: 9%;
    }
    .con19_ab {
        width: 150.787%;
    }

    .con20_top {
        width: 36.8084%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -30%;
    }
    .con20_top_2nd {
        width: 36.5459%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.5%;
        margin-left: 0%;
    }
    .con20_top_3rd {
        width: 56.0367%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con20_top_4th_item {
        width: 77vw;
        background: white;
        border-radius: 1vw;
        overflow: hidden;
        height: 106.4vw;
    }

    .con20 .mySwiper {
        height: 106.4vw;
    }

    .con20_top_4th_item_ab_2 {
        height: 6vw;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 0;
    }
    .con20_top_4th_item {
        width: 77vw;
        background: white;
        border-radius: 1vw;
        overflow: hidden;
        height: 106.4vw;
        justify-content: flex-start;
    }

    .con20_top_4th_item_top {
        width: 32.4307%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: 0;
    }
    .con20_top_4th_item_top_2nd_2 {
        width: 81.3015%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0;
    }
    .con20_top_4th_item_top_3rd {
        margin-left: 0;
        margin-top: 3%;
        font-size: 3.3vw;
    }
    .con20_top_4th_item_top_4th {
        margin-left: 0 !important;
        margin-top: 6% !important;
        margin-bottom: 7.3% !important;
        text-align: center;
    }
    .con20_top_4th_item_ab {
        width: 103%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -3%;
        bottom: -7%;
    }
    .con20_top_4th_item_3 .con20_top_4th_item_top_4th {
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 7.3%;
        margin-top: 6%;
        margin-bottom: 7.3%;
    }
    .con20_top_4th_item_top_2nd {
        width: 60.4764%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0;
    }
    .con20_top_4th_item_top_3rd {
        margin-left: 0 !important;
        margin-top: 3% !important;
        font-size: 3.3vw !important;
    }
    .con20_top_4th_item_top_2nd_3 {
        width: 70.2544%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
    }
    .con20_top_4th_item_top_2nd_4 {
        width: 84.4751%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0;
    }
    .con20_top_4th_item_ab_2 {
        height: 8vw;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 0;
    }
    .con20 .con7_prev {
        left: 69% !important;
        top: 65% !important;
        width: 6vw !important;
        height: 8vw !important;
    }

    .con20 .con7_next {
        left: 79% !important;
        top: 65% !important;
        width: 6vw !important;
        height: 8vw !important;
    }
    .con20 .swiper-pagination {
        position: absolute !important;
        bottom: auto !important;
        color: white !important;
        font-size: 3.3vw !important;
        font-family: 'pretendard Variable' !important;
        width: 10% !important;
        display: flex !important
    ;
        justify-content: center !important;
        align-items: center !important;
        top: 2% !important;
        letter-spacing: 0.6vw !important;
        left: 25.8% !important;
        flex-direction: row;
    }

    .con20_top_4th {
        margin-top: 6%;
        margin-bottom: 14%;
    }
    .con21_top {
        width: 38.1181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con21_top_2nd {
        width: 49.7402%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con8_con {
        background: white;
        border: 0.15vw solid #ffd801;
        width: 90%;
        border-radius: 1vw;
        margin-top: 6%;
        margin-bottom: 14%;
    }
    .con08_tab p {
        z-index: 2;
        font-size: 3.5vw;
    }

    .con08_tab {
        width: 19.806%;
        display: flex
    ;
        justify-content: center;
        align-items: flex-end;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 1.2vw;
        margin: 0 1%;
    }
    .con08_menu_img {
        width: auto;
        height: 20vw;
    }
    .con08_menu_tt {
        font-size: 3.4vw;
    }
    .con08_menu_desc {
        margin-top: 4%;
    }
    div.con08_menu {
        width: 71%;
        height: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con08_arr {
        width: 8.21444%;
    }

    .con22_top {
        width: 45.3281%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con22_top_2nd {
        width: 81.378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 4%;
    }
    .con22_top_3rd_ab {
        width: 81%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: relative !important;
        right: unset;
    }


    .con22_top_3rd_ab_2 {
        height: 58vw;
        width: 81%;
        left: unset;
        position: relative !important;
    }
    .con19_6{
        width: 462% !important;
        position: absolute;
        margin-top: 4%;
    }

    .con22_top_2nd {
        width: 81.378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 15%;
    }

    .con22_top_3rd_ab_2 .mySwiper {
        width: 100%;
        height: 100%;
        margin-top: 5%;
    }
    .con22_top_3rd {
        margin-bottom: 17%;
    }
    .con23_top {
        width: 36.2836%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con23_top_2nd {
        width: 82.5008%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con23_top_3rd {
        width: 88.7984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-left: 0%;
        margin-bottom: 12%;
        position: relative;
    }
    .con23_top_4th {
        padding: 1.8% 0;
        border-top: 1px solid #ffd801;
        width: 250%;
    }
    .con23_con {
        width: 94%;
        border: 1px solid #ffd801;
        margin: 4.5% 0;
        overflow: hidden;
    }

    .con24_top {
        width: 51.6929%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con24_top_2nd {
        width: 52.7297%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }

    .con25_top {
        width: 31.9134%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con25_top_2nd {
        text-align: center;
        margin-top: 3%;
        font-size: 3.3vw;
    }
    .form {
        background: white;
        top: 3%;
        left: unset;
        width: 84%;
        position: relative !important;
        margin: 0;
        transform: unset;
        right: unset;
        margin-top: 5%;
        margin-bottom: 13%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 22% !important;
    }
    .form_row_imput {
        width: 72%;
        height: 5.8vw;
        font-size: 3.2vw;
    }

    .form_row_imput_radio {
        width: 35.5%;
        border-radius: unset;
        height: 5.5vw;
        border: unset;
        background: #80808026;
        border-radius: 0.5vw;
    }

    .form_row_imput_radio::before {
        font-size: 3.2vw;
    }

    .form_row_label {
        width: 29% !important;
    }


    .form_agree_span {
        font-size: 3vw;
        font-family: Pretendard-regular !important;
        color: black;
    }

    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;

    }

    .form_agree_check:checked::after {
        content: "";
        width: 1.8vw;
        height: 1.8vw;
    }
    .con25_top {
        width: 31.9134%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0%;
    }
    .con25_ab2 {
        display: none;
    }
    .contact_fixed_left_2_3rd {
        width: 15%;
    }

    .con23_top_3rd {
        width: 98.7984%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-left: 0%;
        margin-bottom: 12%;
        position: relative;
    }
    .con23_top_3rd_ab {
        width: 6.15457%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 11%;
        top: 16.4%;
    }

    .con23_top_3rd_ab2 {
        width: 10.70347%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 8%;
        top: 33.5%;
    }

    .con23_top_3rd_ab3 {
        width: 11.01893%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 8%;
        top: 42.5%;
    }

    .con23_top_3rd_ab4 {
        width: 10.78233%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 8%;
        top: 51%;
    }
    .con2_top_4th_ab_item {
        bottom: unset;
        right: 5%;
        top: 8%;
        left: 7%;
    }
    .con2_top_4th_ab {
        width: 37.2917%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 7%;
        top: 13%;
    }
    .con5_ab_2nd_ab_2 {
        width: 58.8261%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 65%;
        bottom: 12%;
    }

    .con5_ab_2nd_ab_2 {
        width: 68.8261%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 61%;
        bottom: 12%;
    }


    .con5_ab_2nd_ab_ab {
        width: 86%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 33%;
        bottom: 10%;
    }
    .con5_ab_2nd_ab_ab {
        width: 86%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 33%;
        bottom: -3%;
    }
    .con5_ab_2nd_ab_2 {
        width: 68.8261%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 58%;
        bottom: 4%;
    }
    .con6_top_4th {
        width: 81.5%;
        margin-top: 7%;
        margin-bottom: 2%;
        text-align: center;
    }

    .con8_top_2nd_1_ab {
        width: 79.5332%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con8_top_2nd_ab {
        width: 57.7428%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -5%;
        left: unset;
    }
    .con12_top_3rd {
        width: 59.4913%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0;
        margin-bottom: 2%;
    }
    .con22_top {
        width: 45.3281%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-left: 0%;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: unset;
        padding: 1.5%;
        width: 85%;
    }

    .con9 .mySwiper {
        margin-top: 10%;
    }
    .con9 .swiper-pagination{
        left: 7.5% !important;
        top: 13% !important;
    }
    .con09_rotate_box_wrap {
        width: 87vw;
        height: 139vw;
        border: 1px solid #ffd801;
        border-radius: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .con22_top {
        width: 45.3281%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }
    
    
    
    
    
    
    

    
    

.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
    font-family: 'Pretendard-Light';
}
.con2_top_absol_1 {
    color: #00000061;
    top: 15%;
    left: 5%;
}    
.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;
        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;
        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%;
    }         


    .con11_mid_right_bottom_item {
        font-size: 2.6vw;
        margin: 2% 0;
    }
    .con11_mid_right_mid {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 85%;
        margin-top: 7%;
        font-family: pretendard-bold;
        font-size: 2.4vw;
        padding-right: 1%;
        padding-bottom: 3%;
    }    
.con11_mid_right {
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}    
.con11_mid_right_bottom {
    width: 87%;
    height: 45vw;
    margin-top: 2%;
    overflow: scroll;
    margin-bottom: 8%;
}
.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;
}        

.con18_03 {
    width: 5% !important;
    right: 9%;
    top: 51%;
}    
  
.sido1 {
    width: 19%;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: none;
    background: #8080801c;
    padding-left: 3%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 74%;
    right: 3%;
}

    .con11_mid_right_bottom_item p:nth-child(2) {
        width: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
        white-space: unset;
        word-break: keep-all;
        text-align: center;
    }    


.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    width: 27%;
}
    .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 4.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup {
        width: 84%;
        background: white;
        height: 140vw;
    }
    .popup_close {
        top: 3% !important;
        right: 5% !important;
        width: 8.3% !important;
        z-index: 10 !important;
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
    }    

    .popup {
        width: 84%;
        background: white;
        height: 140vw;
        top: 2% !important;
    }    

        .popup {
        width: 94%;
        background: white;
        height: 143vw;
        top: 2% !important;
    }
    .popup_right_3rd .popup_right_3rd_right{
            width: 72%;
    }
    .popup_right> div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    color: black;
    margin-top: 8%;
}



    .con17_mid_map_search_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 3%;
    box-sizing: border-box;
}
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        width: 100%;
        height: 9vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3.3vw;
    }
    
    
    .con18_03 {
        width: 6% !important;
        right: 9%;
        top: unset;
    }
    
    .con17_mid_map_search_item_ca {
    color: #0064de;
    font-size: 3vw !important;
    width: 50%;
    margin-left: 46%;
    margin-top: 10%;
}
    .con17_mid_map_search_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 34vw;
    overflow: hidden;
    top: 22%;
    left: -2%;
    border-radius: 10px;
}
    .popup {
        width: 94%;
        background: white;
        height: 127vw;
        top: 2% !important;
        padding-top: 14%;
    }    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
    }
    
    .popup_right> div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        color: black;
        margin-top: 5%;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }
    
    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }    
    .popup_img_con {
    left: unset;
    border-radius: 9px;
    overflow: hidden;
    scale: 0.8;
    overflow: hidden;
}
    
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
    }
    
    .popup_top_absol {
        width: 12.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: unset;
    }
    .popup_top_absol_2nd {
        width: 96.6687%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 13%;
        left: unset;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .popup_right_6th{
        justify-content: center !important;
    }
    .holme_close{
        width: 100%;
    }
    .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 5.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }    
    
    
        .map {
        width: 100%;
        height: 75vw;
    }
    
    
    /* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}
    
    
    .con17_mid_map_search_item_naver {
        width: 29.4829%;
    }    
    .fixed_popup {
        z-index: 500000000;
    }
    .con01pop_05{
        width: 100%;
    }
    .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    

    
    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 87%;
        margin-bottom: 17%;
        margin-top: 8%;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
    .con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 43vw;
    font-family: pretendard-regular;
}
    .con17_mid_map_search_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34vw;
        height: 34vw;
        overflow: hidden;
        top: 18%;
        left: -4%;
        border-radius: 10px;
    }
    .con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
    font-size: 3vw;
}
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 2%;
    }
    .popup_top_absol {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: unset;
        left: unset;
        bottom: 0;
}
    
        .popup_img {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: -4%;
    }
    
        .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 7.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
        .popup_top_absol_2nd {
        width: 77.6687%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 63%;
        left: unset;
    }
    
    .popup{
        background: #f2f1e9;
    }
    

    

.con17_mid_map_search_mid input {
    margin-top: 0%;
    border: #291e14 1px solid !important;
}


    
    .con17_mid_map_search_item_plus {
    width: 10.6926%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 19%;
}
    
    
    .popup {
        width: 94%;
        background: white;
        height: 127vw;
        top: 2% !important;
        padding-top: 14%;
    }    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
    }
    
    .popup_right> div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        color: black;
        margin-top: 5%;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }
    
    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }    
    .popup_img_con {
    left: unset;
    border-radius: 9px;
    overflow: hidden;
    scale: 0.8;
    overflow: hidden;
}
    
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
    }
    
    .popup_top_absol {
        width: 12.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: unset;
    }
    .popup_top_absol_2nd {
        width: 96.6687%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 13%;
        left: unset;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .popup_right_6th{
        justify-content: center !important;
    }
    .holme_close{
        width: 100%;
    }
    .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 5.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }    
    
    
        .map {
        width: 100%;
        height: 75vw;
    }
    
    
    /* 스크롤바의 폭 너비 */
.con17_mid_map_search_bottom::-webkit-scrollbar {
    width: 1vw;
    margin-right: 6%;
    position: absolute;
}
    
    
    .con17_mid_map_search_item_naver {
        width: 29.4829%;
    }    
    .fixed_popup {
        z-index: 500000000;
    }
    .con01pop_05{
        width: 100%;
    }
    .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    

    
    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 87%;
        margin-bottom: 17%;
        margin-top: 8%;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
    .con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    height: 43vw;
    font-family: pretendard-regular;
}
    .con17_mid_map_search_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34vw;
        height: 34vw;
        overflow: hidden;
        top: 18%;
        left: -4%;
        border-radius: 10px;
    }
    .con17_mid_map_search_item_address {
    width: 71%;
    margin-left: 12%;
    margin-top: 4%;
    font-size: 3vw;
}
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 2%;
    }
    .popup_top_absol {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: unset;
        left: unset;
        bottom: 0;
}
    
        .popup_img {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: -4%;
    }
    
        .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 7.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
        .popup_top_absol_2nd {
        width: 77.6687%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 63%;
        left: unset;
    }
    
    .popup{
        background: #f2f1e9;
    }
    .popup {
        background: #f2f1e9;
        flex-direction: column;
    }
        .main_mid_title {
        font-size: 5vw;
        word-break: keep-all;
        text-align: center;
    }
     .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 1.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup_right> div > div:nth-child(1) {
        font-family: Pretendard-semibold;
        font-size: 3.5vw;
    }
    .popup_right> div > div:nth-child(2) {
        font-family: Pretendard-regular;
        font-size: 3vw;
        width: 59%;
        word-break: keep-all;
        margin-left: 4%;
        line-height: 4.6vw;
    }
    .popup_right {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
        .popup {
            background: white;
    }
    
    .con18_ab {
        width: 38.2152%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        top: -6%;
    }    
    
.slide-img_ab_1st_top_2nd {
    font-size: 2.8vw !important;
}
    
    .con7 .mySwiper {
        margin-top: 14%;
    }
    
    .con7_ab_2 {
        width: 35.6037%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        z-index: 3;
        top: 38%;
        right: unset;
        position: relative !important;
        margin-bottom: 0%;
        position: absolute !important;
        left: 4%;
    }
    .con10_top_3rd {
        width: 55.1575%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
        margin-bottom: 13%;
    }
.con14_con_bg_ab_2 {
    font-size: 3.3vw;
}
.con14_con_bg_ab_3 {
    font-size: 3.3vw;
    .con15_top {
        width: 44.811%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-top: 15%;
    }    
}    
    .con14_con_bg_ab {
        width: 31.9774%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: unset;
    }
    .con14_con_bg_ab_2 {
        right: unset;
        text-align: center;
        z-index: 2;
        width: 100%;
        top: 10%;
    }
    .con14_con_bg_ab_3 {
        font-size: 3.3vw;
        top: 76%;
    }
    .con15_top {
        width: 44.811%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-top: 15%;
    }    
.con15_top_6th_item {
    font-size: 3.5vw;
}    
.con16_top_6th_item {
    font-size: 3.5vw;
}    
    .con15_ab {
        width: 51.8845%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: unset;
        left: -16%;
        top: 29%;
    }
    
.con19_ab_item {
        width: 7.88451%;
        display: flex
;
        justify-content: center;
        align-items: center;
        display: none;
    }
    
    .con19_top {
        width: 70.2257%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
    }    
    
    
    
    
    
    .con2_top_4th {
        width: 100% !important;
        display: flex
;
        justify-content: center;
        align-items: center;
        height: 50vw;
        flex-wrap: unset;
        margin-top: 4%;
        margin-bottom: 11%;
    }    
    .con2_top_4th_item {
        width: 25% !important;
        display: flex
;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
    }    
    
    .con2_top_4th_1_ab{
        height: 87%;
    }
    .con2_top_4th_2_ab{
        height: 71%;
    }
    
        .con2_top_4th_3_ab{
        height: 61%;
    }
    
        .con2_top_4th_4_ab{
        height: 45%;
    }
    .con02_11_2_item{
        scale:2;
    }
    .con2_top_4th_line_2{
        display: none
    }
    .con2_top_4th_line_3{
        display: none
        
    }
    .con2_top_4th_line_1{
        display: none
        
    }
    .con2_top_4th_ab {
        width: 24.2917%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 1;
        left: 5%;
        top: 21%;
    }    
    .con2_top_4th_1_ab_item_2{
        font-size: 3vw;
    top: 61%;
    }
    
.con9 .mySwiper {
    overflow: hidden;
    width: 96%;
    margin-left: -28.3%;
}
    .con2_top_4th_1_ab_2 {
    width: 66.2222%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
    margin-left: 14%;
}
    
    .con2_top_4th_2_ab_2 {
    width: 14.8333%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con2_top_4th_3_ab_2 {
    width: 16.1111%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_top_4th_4_ab_2 {
    width: 15.8333%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.main {
    background: url(/images/m_11.jpg) no-repeat top / cover;
    margin-top: 13%;
}    
    
    
.con4 {
    background: #fffcee;
}
        
.con2 {
    background: #fffcee;
}
    .con16 {
    background: #fffcee;
}
        .con18 {
    background: #fffcee;
}
    
}

