* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
.container{
display:none;
}
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 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;
    }
}
@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/dcon11_08.png) no-repeat center / contain;
    }
    26% {
        background: url(/images/dcon11_08.png) no-repeat center / contain;
    }
    33% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    59% {
        background: url(/images/dcon11_09.png) no-repeat center / contain;
    }
    66% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    93% {
        background: url(/images/dcon11_10.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/dcon11_08.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);
    }
}
.main{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;
    margin-top: 3%;
}
.main_2nd{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}


.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 31%;
}




.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 49%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}



.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 55%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}




.con21_mid_prev {
    top: 34% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7% !important;
}
.con21_mid_next {
    top: 34% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3% !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7% !important;
    scale: -1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}


.con1_top{
    width: 11.0236%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    z-index: 1;
    margin-top: 10%;
}
.con1_top_2nd{
    width: 15.0656%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
}
.con1_top_3rd{
    width: 17.4803%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1%;
}
.con6_left_swiper_5{
    width: 89%;
    overflow: hidden;
}
.con1_top_4th{
    z-index: 1;
    margin-top: 3%;
    margin-bottom: 3%;
}
.con1_top_5th{
    margin-bottom: 10%;
    margin-top: -1%;
    z-index: 1;
    text-align: center;
}

.con21_mid_prev{
    top: unset !important;
    left: 4% !important;
}
.con21_mid_next{
    top: unset !important;
    right: 4% !important;
}
.con1_top_4th_item{
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -0.6%;
}
.con11_top_4th_item_on{
    box-shadow: 0px 0px 26px 0px #205eb7;
}
.con11_top_4th{
    margin-top: 3%;
}
.con11_top_4th_item{
    width: 4.61942%;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
    align-items: center;
    border-radius: 50%;
    margin: 0 1.4%;

}

.con11_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    margin-top: 7%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_left {
    width: 2.28688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
}
.con11_top_right{
    width: 2.28688%;

    display: flex;
    justify-content: center;
    align-items: center;
    right: 17%;
}


.con2_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con11_top {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3vw;
    margin-top: 10%;
    margin-bottom: 1.5%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_4th {
    margin-top: 2%;
}
.con2_top_3rd{
    background: #f0f4fd;
}


.con2_top_3rd_top{
    width: 88.189%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.con2_top_3rd_top_2nd {
    width: 88.189%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    background: white;
}


.con2_top_3rd_top_2nd_top_1{
    width: 5.03937%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_3rd_top_2nd_top_3{
    width: 4.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_top_3rd_top_2nd_top_5{
    width: 14.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_3rd_top_2nd_top_2{
    width: 37.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
}
.con2_top_3rd_top_2nd_top_4{
    width: 30.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
}
.con2_top_3rd_top_2nd_top_2nd_item {
    width: 20vw !important;
    height: 20vw;
    margin: 0 1.5%;
    overflow: hidden;
    border-radius: 25px;
}
.con2_top_3rd_top_2nd_top_2nd{
    margin-top: 5%;
    margin-bottom: 5%;
}
.con2_top_3rd_top_2nd_top_3rd{
    width: 74%;
    margin-bottom: 6%;
}
.con2_top_3rd_top_2nd {
    margin-bottom: 3%;
}
.con1_top_4th_item_ab{
    width: 100%;
    display: flex;
}
.header_brand{
    color: #192853;
}
.con2_top_3rd_top_2nd_top_2nd_item img{
    scale:1.2;
}
.con2_top_3rd_item img{
    width: 100%;
}
.con11_top_4th {
    margin-top: 2%;
    margin-bottom: 2%;
}
.con11_top_4th_item {
    cursor: pointer;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {




    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon1_03.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 62%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }



    .con1_bg{
        flex-direction: column;
    }
    .con1_top {
        width: 39.0236%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 12%;
    }
    .con1_top_2nd {
        width: 49.0656%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 5%;
    }

    .con1_top_3rd {
        width: 61.4803%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
    }

    .con1_top_4th_item {
        width: 39.643%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 -3.6%;
    }
    .con1_top_4th {
        z-index: 1;
        margin-top: 6%;
        margin-bottom: 7%;
    }
    .con6_left_swiper_5 {
        width: 239%;
        overflow: hidden;
        top: 0;
    }

    .con1_top_5th {
        margin-bottom: 15%;
        margin-top: -1%;
        z-index: 1;
        text-align: center;
    }
    .con21_mid_prev {
        top: unset !important;
        left: 1% !important;
        top: 20% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con21_mid_next {
        top: unset !important;
        right: 1% !important;
        top: 20% !important;
        width: 8vw !important;
        height: 8vw !important;
    }

    .con1_bg {
        flex-direction: column;
        top: 0;
    }
    .con11_top {
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-weight: 600;
        font-size: 4.5vw;
        margin-top: 18%;
        margin-bottom: 1.5%;
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top_4th_item {
        width: 13.61942%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 2.4%;
    }
    .con11_top_4th {
        margin-top: 5%;
    }

    .con2_top_3rd_top_2nd_top_2nd_item {
        width: 28vw !important;
        height: 28vw;
        margin: 0 1.5%;
        overflow: hidden;
        border-radius: 7px;
    }
    .con2_top_3rd_top_2nd_top_2nd_item img{
        width: 100%;
        scale: 1.1;
    }
    .con2_top_3rd_top_2nd_top_3rd {
        width: 97%;
        margin-bottom: 9%;
        margin-top: 3%;
    }

    .con2_top_3rd_top_2nd_top_2 {
        width: 13.2782%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2%;
    }
    .con2_top_3rd_top_2nd_top_4 {
        width: 6.2782%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2%;
    }
    .con2_top_3rd_top_2nd_top_1 {
        width: 12.03937%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3rd_top_2nd_top_3 {
        width: 11.8294%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3rd_top_2nd_top_5 {
        width: 32.6457%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3rd_top_2nd_top_4 {
        width: 13.2782%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2%;
    }
    .con2_top_3rd_top_2nd_top_2 {
        width: 22.2782%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2%;
    }
    
    .con2_bg {
        width: 127.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0%;
    }
    
    
    .con21_mid_prev {
            top: 70% !important;
                left: 3% !important;
    }
        .con21_mid_next {
            top: 70% !important;
                    right: 3% !important;
    }
    
    .con1 img{
        width: 100%
    }
    
        .con1_top {
        margin-top: 20%;
    }
    .dcon7_04{
        width: 130% !important;
    }
        .con1_top_5th {
        margin-bottom: 21%;
        margin-top: -1%;
        z-index: 1;
        text-align: center;
    }
    .con11_top_4th_item{
        cursor: pointer;
    }
    .con2 {
    background: #f0f4fd;
}
    .con2_bg{
        display: none;
    }
.con2_top_3rd_top_2nd {
    margin-bottom: 12%;
}    
}    