* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


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(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 1vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
b {
    font-weight: 700;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color_b {
    color: #2885c8;
}
.color_y {
    color: #fbeb7a;    
}

.title {
    font-size: 3.5vw;
}
.title02 {
    font-size: 2.8vw;
    font-family: 'NEXEN_TIRE_Bold';
}
.subTitle {
    font-size: 1.1vw;
}
.smoke {
    animation: smoke 5s infinite linear;
}

/* 퍼블시작 */

.main_05 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_cover {
    padding-top: 16.5vw;
}
.main_top_row {
    gap: 3vw;
    margin-bottom: 2vw;
}
.main_01 {
    width: 10.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02 {
    width: 14.9081%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_title {
    margin-bottom: 2.8vw;
}
.main_right {
    width: 20%;
    right: 0%;
    top: 0%;
    height: 100%;
    background-color: #00000071;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px solid #fbec7a79;
}
.main_right_item {
    height: 50%;
    box-sizing: border-box;
}
div.main_right_item01 {
    border-bottom: 1px solid #fbec7a79;
    justify-content: flex-end;
    padding-bottom: 4vw;
}
.main_right_item_top_tt {
    font-size: 1.4vw;
    font-weight: 500;
    margin-bottom: 1vw;
}

.main_right_item_top_tt02 p:first-child {
    font-size: 5vw;
    margin-right: 0.3vw;
    margin-left: 2vw;
}
.main_right_item_top_tt02 p:last-child {
    font-size: 2.4vw;
    font-weight: 600;
    margin-top: 1.1vw;
}
div.main_right_item02 {
    justify-content: flex-start;
    padding-top: 3vw;
}
.main_03 {
    width: 82.6316%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2vw;
    margin-left: 2vw;
}
.main_04 {
    width: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeAndFall 4s infinite linear;
    pointer-events: none;
}
.con01 {
    padding-top: 6vw;
    padding-bottom: 10vw;
    background-color: #FAFAFA;
    margin-bottom: -4vw;
}
.con01_subtitle {
    margin-bottom: 1.5vw;
}
.con01_title {
    font-size: 2.3vw;
    margin-bottom: 2vw;
}
.con01_title p:last-child {
    font-size: 3vw;
}
.con01_circle {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #2885c863;
    background-color: white;
}
.con01_circle_center {
    background-color: #fbeb7a;
    z-index: 2;
    border: none;
    margin: 0 -1vw;
}
.con01_circle_center_bg {
    width: 100%;
    height: 100%;
    background-color: #fbec7aa1;
    border-radius: 50%;
}
.con01_circle_side {
    gap: 1vw;
}
.con01_01 {
    width: 25.1309%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_02 {
    width: 24.8691%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_circle_center_tt01 {
    background-color: #2885c8;
    font-size: 1.1vw;
    padding: 0.3vw 1.5vw;
    border-radius: 50vw;
    margin-bottom: 0.5vw;
}
.con01_circle_center_tt02 p:first-child {
    font-size: 6vw;
    margin-bottom: -1.7vw;
}
.con01_circle_center_tt02 p:last-child {
    font-size: 3vw;
    margin-bottom: -3vw;
    margin-left: -0.3vw;
}
.con01_03 {
    width: 23.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 0%;
    z-index: 3;
}
.con02 {
    background-color: #fbeb7a;
    padding: 5vw 0 5vw;
}
div.con02_line {
    justify-content: flex-start;
    height: 1px;
    background-color: #2885c8;
    top: 54%;
}
.con02_07 {
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_07_1 {
    margin-left: 9%;
}
.con02_07_2 {
    margin-left: 16%;

}
.con02_05 {
    width: 30.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1vw;

}
.con02_left_top {
    left: 11%;
    top: 27%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}
.con02_left_tt02 {
    font-size: 1.33vw;
}
.con02_right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    right: 12%;
}
.con02_right_top {
    top: 30%;
}
.con02_right_tt01 {
    margin-bottom: 0.2vw;
    font-size: 1.4vw;
}
.con02_right_bot {
    top: 61%;
}
.con02_right_tt02 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.con02_right_tt02 p:first-child {
    font-size: 5vw;
    margin-bottom: -1.3vw;
}
.con02_right_tt02 p:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.9vw;
    margin-bottom: -0.2vw;
}
.con02_06 {
    width: 47.6603%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    bottom: 0%;
}
.con02_left_slide {
    left: 0;
    top: 60%;
    width: 50%;
    z-index: 0;
}
.con02_slide_img {
    width: 89.49%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03 {
    padding-top: 8vw;
    padding-bottom: 4vw;
}
.con03_top_left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-self: flex-start;
    box-sizing: border-box;
    margin-left: 9%;
}
.con03_02 {
    width: 20.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con03_top_left_tt01 {
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con03_top_left_tt02 {
    font-size: 1.35vw;
}
.con03_top_left_tt02 .sebold {
    color: #2173b2;
}
.con03_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3vw;
}
.con03_01 {
    width: 31.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1.6vw;
}
div.con03_top02 {
    justify-content: flex-start;
    margin-bottom: 6vw;
}
.con03_03_ex {
    width: 41.1024%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    margin-left: 8.5%;
}
.con03_10 {
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 17%;
}
.con03_main {
    width: 82%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3vw 0;
}
.con03_item {
    width: 48.0154%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con03_item_img {
    overflow: hidden;
    border-radius: 1vw;
}
.con03_08_2 {
    width: 23.4667%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12%;
}
.con03_03 {
    width: 104.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con03_item_tt_wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.con03_item03_tt_wrap {
    align-items: flex-end;
    text-align: end;
}
.con03_item_tt01 {
    margin-bottom: 1vw;
}
.con03_item_tt02 {
    font-size: 2.2vw;
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con03_04 {
    width: 12.8333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_item_tt03 {
    font-weight: 400;
}
.con03_05 {
    width: 14.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_07 {
    width: 12.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_09 {
    width: 18.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 44%;
}
.con04 {
    background-color: #fbeb7a;
    padding-top: 3vw;
    padding-bottom: 10vw;
    margin-bottom: -7vw;
}
.con04_11 {
    width: 18.1627%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: -1%;
    z-index: 2;
}
.con04_12 {
    width: 96.8208%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -66%;
    bottom: 7%;
}
.con04_main {
    width: 87%;
    padding: 6vw 0;
    background-color: white;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.con04_row_wrap {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5vw 0;
}
.con04_row {
    width: 23.0263%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con04_01 {
    width: 9.85915%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con04_left_tt01 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
    line-height: 1.5;
}
.con04_left_tt02 {
    font-size: 1.1vw;
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
}
.con04_arr_wrap {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 21%;
}
.con04_arr_wrap01 {
    top: 22%;
}
.con04_arr_wrap02 {
    bottom: 21%;
}
.con04_arr {
    width: 7.18563%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05 {
    background-color: white;
    padding-top: 6vw;
}
.con05_top01 {
    margin-bottom: 2vw;
}
.con05_01 {
    width: 4.72441%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3vw;
}
.con05_top01_tt {
    margin-bottom: -2vw;
    margin-left: -0.5vw;
    overflow: hidden;
}
.con05_top02 {
    line-height: 1.3;
}
.con05_top {
    margin-bottom: 2vw;
}
.con05_slide {
    width: 90%;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 4vw;
    padding: 1vw 0;
}
.con05_slide_item {
    width: 93.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(0.2vw);
    transition: all 0.3s;
}
.con05_slide_item_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.swiper-slide-active .con05_slide_item {
    filter: blur(0vw);
}
.swiper-slide-active .con05_slide_item_bg {
    opacity: 1;
}
.swiper-slide-active .con05_slide_right_tt01 {
    color: #fbeb7a;
}
.swiper-slide-active .con05_slide_right_tt01 .color_b {
    color: #fff;
}
.swiper-slide-active .con05_slide_right_tt02 {
    color: #fff;
}
.con05_slide_left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_slide_right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.con05_slide_right_tt01 {
    font-size: 1.6vw;
    transition: color 0.3s;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}
.con05_slide_right_tt01 .color_b {
    transition: color 0.3s;
}
.con05_slide_right_tt02 {
    transition: color 0.3s;
    line-height: 1.5;
}
.con05_02 {
    width: 49.14%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_03 {
    width: 58.9681%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_04 {
    width: 72.7273%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_arr {
    width: 2.50729%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60%;
}
.con05_arr_prev {
    top: 39%;
}
.con05_arr_next {
    bottom: 39%;
}
.con05_line {
    width: 88.5%;
    height: 1px;
    background-color: #2885c8;
    align-self: flex-end;
}
.con06 {
    padding-top: 4vw;
    padding-bottom: 7vw;
}
.con06_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con06_left {
    margin-left: 15vw;
    margin-top: -3vw;
}
.con06_title {
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con06_right {
    margin-right: 7vw;
    width: 40%;
    height: 22.34vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_02 {
    width: 16.6929%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 39%;
    bottom: -2%;
}
.con06_02 > img {
    z-index: 2;
}
.con06_01 {
    width: 126.73%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -19%;
}
.con07 {
    background-image: url(/images/con07_03.jpg);
    padding-bottom: 4vw;
}

.con07_graph_wrap {
    width: 100%;
    height: 53.8vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0%;
}
.con07_graph {
    width: 11%;
    background-color: #000000bb;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 3vw;
}
.con07_graph01 {
    width: 13%;
    height: 100%;
}
.con07_graph02 {
    height: 94.3%;
}
.con07_graph03 {
    height: 89%;
}
.con07_graph04 {
    height: 83.7%;
}
.con07_graph05 {
    height: 78.4%;
}
.con07_graph06 {
    height: 73%;
}
.con07_graph07 {
    height: 67.7%;
}
.con07_graph08 {
    width: 21%;
    height: 60%;
}
.con07_top {
    top: 12vw;
}
.con07_top01 p:last-child {
    font-size: 1.5vw;
    margin-bottom: -1vw;
}
div.con07_top02 {
    align-items: flex-end;
    gap: 1vw;
}
.con07_top02_tt {
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.6vw;
}
.con07_07 {
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_left {
    width: 23%;
    height: 100%;
    top: 0%;
    left: 0%;
    border-right: 1px solid #ffffff60;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.con07_left_item {
    height: 50%;
    box-sizing: border-box;
}
.con07_left_item01 {
    border-bottom: 1px solid #ffffff60;
}
.con07_01 {
    width: 39.8169%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_02 {
    width: 85.0575%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 113%;
    right: 0%;
}
.con07_left_ct {
    font-size: 7vw;
    margin-bottom: 1vw;
}
.con07_line {
    width: 85.7349%;
    height: 0.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 43vw;
    left: 5%;
    background-color: white;
    transform: rotate(-14.7deg);
}

.con07_circle {
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.3vw;
}
.con07_06 {
    width: 530.769%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con07_graph_tt {
    text-align: center;
}
.con07_graph_tt > p:nth-child(1) {
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
}
.con07_graph_tt > p:nth-child(2) {
    font-family: 'NEXEN_TIRE_Bold';
    font-size: 1.5vw;

}
.con07_graph08 .con07_graph_tt {
    scale: 1.3;
}
.con07_graph08 .con07_graph_tt > p:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_right_bottom {
    color: #acacad;
    bottom: 5%;
    right: 5%;
    font-size: 0.9vw;
}
.con08 {
    padding-top: 6vw;
}
.con08_02 {
    width: 14.6982%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con08_01 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
}
.con08_title {
    line-height: 1.3;
    margin-bottom: 7vw;
}
.con08_main {
    width: 88%;
    background-color: #eef8ff;
    border: 1px solid #2885c8;
    border-bottom: 0;
    border-radius: 1vw 1vw 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.con08_09 {
    width: 29.092%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6vw;
}
.con08_center {
    padding-top: 3.5vw;
}
.con08_center_top {
    gap: 0.5vw;
    margin-bottom: 0.5vw;
}
.con08_center_tt01 {
    font-size: 1.6vw;
}
.con08_center_mid p:first-child {
    font-size: 6vw;
}
.con08_center_mid p:last-child {
    font-size: 2.5vw;
    margin-top: -3vw;
}
.con08_06 {
    width: 107.392%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 2%;
}
.con08_07 {
    width: 45.7906%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 43%;
}
.con08_08 {
    width: 220.123%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -42%;
    left: -101%;
}
.con08_left {
    width: 24.7909%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 5%;
    top: 25%;
    z-index: 1;
}
.con08_left_tt {
    font-size: 1.3vw;
}
.con08_left_tt p {
    position: relative;
}
.con08_left_tt p:last-child {
    color: white;
}
.con08_left_tt_bg {
    width: 100%;
    height: 1.5vw;
    background-color: #2885c8;
    bottom: 5%;
    left: -2%;
}
.con08_right {
    width: 24.0741%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 5%;
}
.con08_right_tt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 4%;
    left: 31%;
    color: white;
}
.con08_ct02 {
    font-size: 1.4vw;
}
.con08_ct02 + p {
    font-size: 1.1vw;
    font-weight: 500;
    margin-left: 0.2vw;
    margin-bottom: 0.2vw;
}
.con08_05 {
    width: 18.6104%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    bottom: 4%;
}
.con08_right_bot_tt {
    font-size: 0.8vw;
    right: 0%;
    top: 105%;
    color: #515558;
    font-weight: 400;
}
.con09 {
    background-image: url(/images/con09_06.jpg);
    padding-top: 7vw;
    padding-bottom: 9vw;
}
.con09_title {
    line-height: 1.3;
    margin-bottom: 1vw;
}
.con09_subTitle {
    margin-bottom: 2vw;
}
.con09_main {
    background-color: white;
    width: 71%;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6vw;
    padding-top: 6vw;
}
.con09_graph {
    width: 9.53437%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_08 {
    width: 29.4161%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.7vw;
    left: 3%;
}
.con09_graph_img {
    overflow: hidden;
}
.con09_graph_top_tt {
    top: -1.8vw;
    font-weight: 500;
}
.con09_graph_bot_tt {
    bottom: -4vw;
    white-space: nowrap;
    color: white;
    font-weight: 500;
    line-height: 1.5;
}
.con09_graph02_top {
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 34%;
    right: 0%;
}
.con09_graph02_top p:nth-child(1) {
    font-size: 3vw;
}
.con09_graph02_top p:nth-child(2) {
    font-size: 1.6vw;
    margin-bottom: 0.6vw;
}
.con09_graph_img_move > img {
    transform: translateY(59%);
}
.con09_07 {
    width: 111.628%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3vw;
}
.con09_02 {
    width: 49.6124%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1vw;
    left: 22%;
}
.con09_03 {
    width: 118.605%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -14%;
    right: -48%;
}
.con10 {
    padding-top: 8vw;
}
.con10_title {
    line-height: 1.3;
    margin-bottom: 3vw;
}
.con10_slide {
    margin: 0;
    width: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
}
.con10_slide_item {
    width: 93%;
    height: 24vw;
    border: 1px solid #2885c8;
    box-sizing: border-box;
    border-radius: 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 4vw;
}
.con10_slide_item_top {
    background-color: #2885c8;
    color: white;
    width: 26%;
    height: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    top: -5%;
}
.con10_slide_item_top p {
    margin-bottom: -0.2vw;
}
.con10_01 {
    width: 71.8696%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con10_slide_tt_wrap {
    width: 71.8696%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5vw;
}
.con10_slide_tt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con10_slide_tt p:first-child {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con10_slide_tt p:last-child {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con10_slide_tt_line {
    width: 1px;
    height: 63%;
    background-color: #0000004d;
    left: 24%;
}
.con10_arr {
    width: 2.25722%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 51%;
}
.con10_arr_prev {
    left: 14%;
}
.con10_arr_next {
    right: 14%;
}
.con11 {
    padding-top: 8vw;
}
div.con11_top {
    align-items: flex-start;
    gap: 1vw;
    margin-left: 26vw;
    margin-bottom: 2vw;
}
.con11_title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    overflow: hidden;
}
.con11_title p {
    margin-bottom: -0.4vw;
}
.con11_01 {
    width: 19.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con11_top_tt {
    font-size: 1.3vw;
    overflow: hidden;
}
.con11_12 {
    width: 21.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    right: -6%;
    z-index: 2;
    animation: smoke 4s infinite linear;
}
.con11_main {
    overflow: hidden;
}
.con11_left {
    width: 70%;
    height: 29.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con11_left > img {
    height: 100%;
    object-fit: cover;
}
.con11_right {
    width: 30%;
    height: 29.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con11_right_item {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    border-top: 1px solid #2885c8;
    border-bottom: 1px solid #2885c8;
    padding-left: 8vw;
}
.con11_right_top {
    border-bottom: none;
}
.con11_right_bot {
    background-color: #fbeb7a;
}
.con11_right_tt01 {
    margin-bottom: 0.5vw;
}
.con11_right_tt02 {
    display: flex;
    align-items: flex-end;
    gap: 0.3vw;
}
.con11_right_tt02 p:nth-child(1) {
    font-size: 1.2vw;
}
.con11_right_tt02 p:nth-child(2) {
    font-size: 4vw;
    margin-bottom: -1vw;
}
.con11_right_tt02 p:nth-child(3) {
    font-size: 2vw;
    margin-bottom: -0.3vw;
}
.con11_right_tt_wrap {
    scale: 1.3;
}
.con11_09 {
    width: 19.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 26%;
}
.con11_10 {
    width: 187.637%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: -22%;
}
.con11_left_center {
    width: 53.973%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
}
.con11_07 {
    width: 74.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06 {
    width: 68.0556%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_02 {
    width: 20.8163%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
}
.con11_03 {
    width: 54.902%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -17%;
}
.con11_left_icon {
    width: 6.32653%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con11_left_a01 {
  top: 20%;
  left: 25%;
}
.con11_left_a02 {
  top: 70%;
  left: 30%;
}
.con11_left_b01 {
  top: 40%;
  left: 20%;
}
.con11_left_a03 {
  top: 20%;
  left: 70%;
}
.con11_left_b02 {
  top: 40%;
  left: 75%;
}
.con11_left_a04 {
  top: 70%;
  left: 70%;
}
.con11_left_b03 {
  top: 80%;
  left: 65%;
}
.con11_left_a05 {
    top: 58%;
    left: 15%;
}
.con12 {
    background-color: #fbeb7a;
    padding-top: 2vw;
}
.con12_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con12_bot_bg {
    width: 100%;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.con12_cover {
    padding-top: 4vw;
}
.con12_01 {
    width: 4.30446%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con12_subTitle {
    font-size: 1.3vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con12_title {
    margin-bottom: 3vw;
    overflow: hidden;
}
.con12_center {
    width: 19.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con12_center_slide {
    width: 87%;
    z-index: 0;
}
.con12_side_slide {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con12_left_slide {
    left: 0%;
}
.con12_right_slide {
    right: 0%;
}
.con12_side_slide_img {
    width: 81.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #2885c8;
    border-radius: 1vw;
    overflow: hidden;
}
.con12_main .swiper-wrapper {
    pointer-events: none;
}
.con12_arr {
    width: 2.99213%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_arr_prev {
    left: 35.5%;
}
.con12_arr_next {
    right: 35.5%;
}
.con12_bot {
    background-color: #2885c8;
    height: 5vw;
    font-size: 1.4vw;
}
.con12_left_tt_wrap {
    text-align: end;
    right: 67%;
    top: 0%;
}
.con12_right_tt_wrap {
    text-align: start;
    left: 67%;
    top: 0%;
}
.con12_side_tt01 {
    font-weight: 600;
    font-size: 1.2vw;
}
.con12_side_tt02 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.con12_side_ct {
    font-size: 5vw;
}
.con12_side_percent {
    font-size: 2.5vw;
    margin-bottom: 0.7vw;
}
.con13 {
    padding: 7vw 0 9vw;
    background-color: #F6FBFF;
}
.con13_main {
    width: 81%;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}
.con13_left {
    width: 35.774%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_left_bg {
    width: 100%;
    height: 100%;
    background-color: #2885c8;
    left: -1.5%;
    bottom: -1%;
}
.con13_left_slide {
    z-index: 0;
}
.con13_left_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_01 {
    width: 26.6304%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -18%;
    bottom: -11%;
}
.con13_02 {
    width: 96.558%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10%;
    mix-blend-mode: darken;
}
.con13_03 {
    width: 40.7609%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14%;
    bottom: 4%;
}
.con13_right {
    width: 57%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}
.con13_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 4vw;
}
.con13_title01 {
    margin-bottom: 1vw;
}
.con13_title02 {
    font-size: 2vw;
    overflow: hidden;
}
.con13_08 {
    width: 32.6136%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    top: -57%;
}
.con13_right_slide .swiper-slide {
    align-items: flex-start;
}
.con13_right_slide_img {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13 .swiper-wrapper {
    pointer-events: none;
}
.con14 {
    background-image: url(/images/con14_04.png);
    padding-bottom: 3vw;
}
div.con14_main {
    justify-content: space-between;
    align-items: flex-start;
}
.con14_01 {
    width: 37.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_right {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 7vw;
}
.con14_right_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
    margin-bottom: 3.5vw;
}
.con14_02 {
    width: 10.8779%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_05 {
    width: 70.0382%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con14_title {
    font-size: 1.7vw;
    line-height: 1.5;
    margin-bottom: 3vw;
}
.con14_right_tt_wrap {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    line-height: 1.7;
}
.con14_right_tt {
    font-size: 0.95vw;
    font-weight: 400;
}
.con14_bot {
    gap: 2vw;
}
.con14_06 {
    width: 74.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5vw;
}
.con14_07 {
    width: 8.66142%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
}
.con15 {
    padding-top: 6vw;
}
.con15_title {
    margin-bottom: 2.5vw;
}
.con15_slide {
    margin: 0;
    padding-bottom: 12vw;
}
.con15_slide_item {
    width: 60%;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.5vw;
    border: 1px solid #2885c8;
    background-color: #eef8ff;
    gap: 1vw;
    transition: all 0.3s;
    transform: translate(0, 130%);
}
.con15_icon_h {
    opacity: 0;
    transition: opacity 0.3s;
}
.con15_slide_tt {
    font-size: 1.1vw;
    font-weight: 400;
}
.swiper-slide-active .con15_slide_item {
    background-color: #2885c8;
    color: white;
    transform: translate(0, 0);
}
.swiper-slide-active .con15_icon_h {
    opacity: 1;
}
.swiper-slide-prev .con15_slide_item {
    transform: translate(-53%, 130%);
}
.swiper-slide-next .con15_slide_item {
    transform: translate(53%, 130%);
}
.con15_18 {
    width: 42.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: -12vw;
}
.con15_19 {
    width: 70.9202%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 99%;
    pointer-events: none;
    left: 10%;
}
.con15_02 {
    width: 22.3776%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_04 {
    width: 24.1259%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_06 {
    width: 20.979%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_08 {
    width: 22.7273%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_10 {
    width: 24.1259%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_12 {
    width: 22.7273%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_14 {
    width: 20.979%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_16 {
    width: 22.028%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_arr {
    width: 2.46719%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
}
.con15_arr_prev {
    left: 34%;
}
.con15_arr_next {
    right: 34%;
}
.con15_bot_line {
    height: 1vw;
    border-top: 1px solid #2885c8;
    border-bottom: 1px solid #2885c8;
    margin-top: -0.4vw;
}
.con15_bot_line .flexcol {
    height: 1px;
    background-color: #2885c8;
}
.con16 {
    padding-top: 7vw;
    padding-bottom: 10vw;
}
.con16_title {
    margin-bottom: 1vw;
    overflow: hidden;
}
.con16_subTitle {
    font-size: 1.3vw;
    margin-bottom: 4vw;
}
.con16_row_wrap {
    gap: 2vw;
}
.con16_row {
    width: 24%;
    height: 21vw;
    background-color: #eef8ff;
    border: 1px solid #2885c8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1vw;
    transition: all 0.3s;
}
.con16_row.con16_change {
    background-color: #fbeb7a;
    border-color: #fbeb7a;
}
.con16_01 {
    width: 17.5824%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02 {
    width: 19.7802%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_03 {
    width: 17.3626%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_row_tt01 {
    font-size: 1.3vw;
    margin: 2vw 0 1.5vw;
    line-height: 1.5;
}
.con16_row_tt02 {
    font-size: 0.9vw;
    line-height: 1.5;
}
.con16_05 {
    width: 42.0997%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: 26.8%;
}
.con16_06 {
    width: 32.793%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 5s infinite linear;
}
.con16_06_1 {
    left: -13%;
    bottom: 10%;
}
.con16_06_2 {
    right: -15%;
    top: 59%;
}
.con16_gra_bg {
    height: 50%;
    bottom: 0%;
    left: 0%;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
}
.con17 {
    background-color: #fbeb7a;
    padding-bottom: 3vw;
}
.con17_main {
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    padding-top: 7vw;
    padding-bottom: 6vw;
}
.con17_title {
    margin-bottom: 3vw;
    overflow: hidden;
}

.con17_main_row {
    gap: 3vw;
    margin-bottom: 2.5vw;
}
.con17_main_row > div {
    width: 36%;
    height: 19.6vw;
    border-radius: 1.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con17_main_div_wrap {
    width: 85%;
    height: 67%;
    overflow-y: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw 0;
}
.con17_main_div_wrap::-webkit-scrollbar {
    display: none;
}
.con17_left {
    background-color: #fbeb7a;
}
.con17_right {
    background-color: #2885c8;
}
.con17_main_div {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_main_div p {
    width: 89%;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    background-color: white;
    border-radius: 0.3vw;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.con17_main_row_title {
    width: 34.8837%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7%;
}
.con17_bot_tt {
    font-size: 1.3vw;
}
.con18 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.con18_title{
    margin-bottom: 1vw;
    overflow: hidden;
}
.con18_subTitle {
    font-size: 1.4vw;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con18_row_wrap {
    width: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw 0;
}
.con18_row {
    width: 23.105%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_arr_wrap {
    width: 54%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 22.5%;
}
.con18_arr {
    width: 4.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_arr_wrap01 {
    top: 24%;
}
.con18_arr_wrap02 {
    bottom: 17%;
}
.con19 {
    padding-bottom: 6vw;
}
.con19_title {
    margin-bottom: 5vw;
    overflow: hidden;
}
.con19_map {
    width: 75%;
    height: 27vw;
    border: 1px solid #2885c8;
    border-radius: 1vw;
}
.con19_05 {
    width: 30.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 0%;
}
.con19_04 {
    width: 16.7454%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 5vw;
}
.con20 {
    background-image: url(/images/con20_06.jpg);
    padding-top: 7vw;
}
.con20_main {
    width: 87%;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
.con20_left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 6vw;
}

.con20_right {
    width: 63.2024%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -0.2vw;
}
.con20_left_tt01 {
    font-size: 1.45vw;
    margin-bottom: 1vw;
}
.con20_left_tt02 {
    font-size: 2.2vw;
    line-height: 1.4;
    margin-bottom: 3vw;
}
.con20_left_tt03 {
    font-size: 1.27vw;
}
.con20_left_tel {
    width: 100%;
    cursor: pointer;
    font-style: italic;
    font-size: 2.3vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3vw;
    margin-top: 5vw;
}
.con20_02 {
    width: 8.2495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_01 {
    width: 21.5223%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    right: 21%;
}
.con20_04 {
    width: 43.2665%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: -24%;
}
.con20_03 {
    width: 38.5864%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 4%;
    pointer-events: none;
}
.con20_05 {
    width: 38.1188%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -11%;
    right: 0%;
}




























































/* form1 - start */

div.form_wrap {
    width: 70%;
    height: 88.4%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    padding-top: 5vw;
    box-sizing: border-box;
    left: 6%;
    top: 8%;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4vw;
  }
  .form {
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'SUIT-Regular';
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2885c8;
    box-sizing: border-box;
    padding-left: 1vw;
  }

  .form label {
    white-space: nowrap;
}
.form_input_box > label {
    font-family: 'SUIT-SemiBold';

  }
  .form_input_01 ,
  .form_input_02 ,
  .form_input_03 ,
  .form_input_04 ,
  .form_input_05  {
    width: 77%;
  }
  .form_input_06 {
    width: 73.5%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance : none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con17_07.png) no-repeat;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 77%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: 25%;
    height: 1.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #2885c8;
    padding: 0 0.3vw;
    border-radius: 50vw;
}
.form_check_wrap01 input:checked + label {
    background-color: #2885c8;
    color: white;
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }


  .footeer_agree_checkbox_01 {
    width: 0.7vw;
    height: 0.7vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 0.5vw;
    position: relative;
  }
  .footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #2885c8;
    border-radius: 50%;
    position: absolute;
  }

  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.9vw;
    margin: 0.7vw 0 1.5vw;
  }
  .form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-family: 'NEXEN_TIRE_Bold';
    background-color: #2885c8;
    font-size: 1.5vw;
    border-radius: 50vw;
    height: 4vw;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }

  /* form1 - end */








  /* css 추가 */
  /* 별로면뺴주세여,, */

  .con02_05 > img {
    animation: shakeTwiceS 2.5s ease-in-out infinite;
    transform-origin: center;
  }

  @keyframes shakeTwiceS {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(4deg);
    }
    20% {
      transform: rotate(-4deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  .con04_12 ,
  .con02_06 {
    animation: ddm 1.6s infinite alternate;
  }

  .con05_01 {
    animation: shakeTwiceL 2s ease-in-out infinite;
    transform-origin: center;
  }

  @keyframes shakeTwiceL {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(8deg);
    }
    20% {
      transform: rotate(-8deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }





/* map-start */

/* map */
.map_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .map_mid_map_search_top > div{
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 300;
    cursor: pointer;
    background-color: #fff;
  }
  .on2{
    background: #16992C !important;
    color: white !important;
    font-weight: 900 !important;
  }
  .off2{
    font-weight: 300 !important;
  }
  .map_mid_map_search_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    height: 4vw;
    padding: 0% 1%;
    box-sizing: border-box;
    margin: auto;
    z-index: 3;
    top: -2vw;
    border: 1px solid #2885c8;
    background-color: #fff;
    border-radius: 50vw;
    overflow: hidden;
  }
  .map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    /* border-radius: 0.6vw; */
    width: 85%;
    height: 100%;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    box-sizing: border-box;
    color: #5a5a5a;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #5a5a5a;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
  }
  .map_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
    color: #3C2420;
  }
  .map_mid_map_search_item_address{
    width: 73%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 31vw;
    border-radius: 0vw;
    border: 1px solid #2885c8;
    box-sizing: border-box;
    background-color: #000;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin-bottom: 0%;
    box-sizing: border-box;
  }
  .map_search{
    width: 2.936% !important;
    right: 3%;
    cursor: pointer;
  }
  .con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
  }
  .map_mid_map_search_item {
    width: 90%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 13% 0%;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    box-sizing: border-box;
    position: relative;
    color: #000;
  }
  .map_mid_map_search {
    width: 22%;
    background: white;
    height: 100%;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
    /* transform: translateY(-50%); */
    border: 1px solid #2885c8;
    box-sizing: border-box;
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  .map_plus {
    width: 12.395%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 14%;
    cursor: pointer;
  }
/*   .map_plus_h {
    width: 150.769%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .map_plus:hover .map_plus_h {
    opacity: 1;
  } */
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 49.81%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  
  
  
  /* map 추가 css */
  
  
  
  
  /*popup*/
  
  
  div.popup {
    width: 47%;
    height: 19vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: #fff;
    border: 1px solid #3C2420;
    box-sizing: border-box;
    gap: 0vw;
    border-radius: 0vw;
    justify-content: space-between;
  }
  
  .fixed_popup{
    height: 100vh;
    background: #00000045;
  }
  .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 > 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> div > div:nth-child(1){
    font-weight: 600;
    font-size: 1vw;
    width: 24%;
    color: #000;
    
  }
  .popup_right> div > div:nth-child(2){
    width: 65%;
    font-weight: 400;
    font-size: 0.85vw;
  }
  .popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color: #000;
    margin-top: 5%;
  }
  .popup_right{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
  }
  .popup_img img{
    width: 100%;
  }
  
  
  .fixed_popup_con{
    width: 62%;
    height: 49%;
    background-color: #000;
    top: 31%;
    left: 20%;
    border-radius: 1vw;
  }
  
  
  
  
  .popup_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
  }
  .popup_img img {
    width: 108%;
  }
  
  
  .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_con{
    position: static !important;
    overflow: hidden;
  }
  .popup_right_6th_left{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #19c365;
    border-radius: 5vw;
    padding: 0.5vw 1vw;
    right: 28%;
    bottom: 9%;
  }
  
  .popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup_img_con img {
    height: 100%;
    object-fit: cover;
  }
  .popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
  }
  .popup_right_2nd {
    font-weight: 600;
    width: 100%;
    font-size: 1.36vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    background-color: #fbeb7a;
    border-radius: 50%;
  }
  .popup_close_border {
    position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: 1px solid #ef823a;
  }
  .popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: #2885c8;
  }
  .popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
  }

  div.popup_logo {
    width: 17.156%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
  }