* {
    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: '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;
    }
}
@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 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/biz/con01_02.png) no-repeat center / cover;
}
.main_top{
    margin-top: 15%;
    font-weight: 700;
    font-size: 1.2vw;
}
.main_top_2nd{
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.1;
}
.main_top_3rd{
    margin-top: 2%;
    margin-bottom: 9%;
}
.con1{
    background: url(/images/biz/con01_03.png) no-repeat center / cover;
    flex-direction: row;
    height: 5vw;
}
.con1_item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.2vw;
    margin: 0 2%;
    padding: 0% 1%;
    transition: 0.3s ease border-bottom,0.3s ease color;


}
.con1_item_on{
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}
.con1_item:hover {
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}

.con2 .main_top_2nd{
    text-align: center;
    margin-top: 7.5%;
    line-height: 0.93;
    margin-bottom: 3.5%;
}
.con2_top{
    font-size: 1.15vw;
}
.con2_top_2nd{
    width: 74% !important;
    margin-top: 4%;
}
.con2_top_2nd_item{
    height: 4.3vw;
    border-bottom: 0.1vw solid #e50111;
    border-top: 0.1vw solid #e50111;
    transition: 0.3s all;
}
.con2_top_2nd_item_ab{
    left: 10%;
    top: 39%;
    transition: 0.3s all;

}
.con2_top_2nd_item_ab_2{
    left: 36%;
    top: 39%;
    transition: 0.3s all;

}
.con2_top_2nd_item_ab_3{
    width: 1.48936%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    cursor: pointer;
    right: 8%;
    transition: 0.3s all;
}
.con2_top_2nd_item_on .con2_top_2nd_item_ab_3{
    transform: rotate(180deg);
}
.con2_top_2nd_item_on{
    height: 19vw;
    background: #ffe8ea;
}

.con2_top_2nd_item_on .con2_top_2nd_item_ab{
    top: 17%;
}

.con2_top_2nd_item_on .con2_top_2nd_item_ab_2{
    top: 17%;
}
.con2_top_2nd_item_on .con2_top_2nd_item_ab_3{
    top: 17%;
}
.con2_top_2nd_item_ab_4{
    width: 17.5177%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 10%;
    top: 37%;
}
.con2_top_2nd_item_ab_4_ab{
    display: flex;
    justify-content: center;
    align-items: center;
    left: 130%;
    top: 11%;
}
.con2_top_2nd_item_ab_4_ab_ab{
    left: 234%;
    white-space: nowrap;
}
.con2_top_2nd_item_ab_4_ab_2nd{
    top: 45%;
}
.con2_top_2nd_item_ab_4_ab_3rd{
    top: 75%;


}
.con2_top_2nd_item_ab_4_ab_3rd_ab{
    width: 39vw !important;
    top: -10%;
    position: absolute !important;
    left: 186%;
    justify-content: flex-start !important;
}
.con2_top_2nd_item_ab_4_ab_3rd_ab_item_txt{
    left: 124%;
    white-space: nowrap;
    top: 28%;
    font-size: 0.9vw;
}
.con2_top_2nd_item_ab_3 {
    width: 1.48936%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 8%;
    transition: 0.3s all;
    top: 31%;
}
.con2_top_2nd_item_ab_4_ab_3rd_ab_item{
    width: 6.59489%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 14%;
}
.con2_top_2nd_item_ab_4{
    opacity: 0;
    transition: 0.3s all;
}
.con2_top_2nd_item_on .con2_top_2nd_item_ab_4{
    opacity: 1;
}
.con2_top_2nd {
    width: 74% !important;
    margin-top: 4%;
    margin-bottom: 11%;
}


.container{
    display: none;
}

.map{
    width: 98%;
    height: 30vw;
}
.con2_top {
    margin-top: 3%;
}

.con2_searchbar{
    height: 4vw;
}





.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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%;
}




.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%;
}
.con2_top_absol_1{
        color: #00000061;
    top: 19%;
    left: 16%;
}
.bcon1_02{
    width: 0.049vw;
}
.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%;
}
.con2_top_absol_1 {
    color: #00000061;
    top: 59%;
    left: 16%;
    font-size: 1vw;
    font-family: 'Pretendard-Regular';
}
.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%;
}

.con4_top_2nd_2nd {
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 2vw;
}
.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;
}






.sido1 {
    width: 8vw;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 0;
    border: none;
    background: white;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 57%;
    right: 16%;
    margin: 0;
    height: 2.5vw;
    top: unset;
    right: unset;
    position: relative !important;
    margin-left: 7%;
    color: #e50213;    
}

.con2_searchbar_ab{
    width: 37%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 48%;
}
.direct {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    width: 54%
;
    height: 2.5vw;
    margin-top: 6%;
    background: white;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    margin: 0;
    margin-left: 4%;
}
.direct::placeholder{
        color: #e50213;
}
.con2_searchbar_ab_ab{
    width: 3.12057%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    position: absolute;
    right: 24%;
}
.con2_searchbar_ab_1st{
    font-weight: 500;
}

.con2_searchbar_ab_2{
        width: 22%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 25%;
}
.con4_top_2nd_arrow{
        width: 5.96659%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 39%;
    pointer-events: none;
}
.con2_top_2nd_item_ab_4{
    height: 9vw;
}
.con2_top_2nd_item_ab_4_img_con{
    overflow: hidden;
    height: 100%;
}
.con2_top_2nd_item:nth-child(1){
}
.con2_top_2nd_item{
    border-top: unset;
}
.con2_top_2nd {
    border-top: 0.1vw solid #e50111 !important;
}


.header_menu_1:nth-child(3){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}


@media screen and (max-width :1023px) {

}
@media screen and (max-width:599px) {

    .main_top {
        margin-top: 32%;
        font-weight: 700;
        font-size: 3.6vw;
    }
    .main_top_2nd {
        font-size: 9vw;
        font-weight: 900;
        line-height: 1.7;
    }
    .con1_item {
        font-size: 3.2vw;
    }
    .con1 {
        background: url(/images/biz/con01_03.png) no-repeat center / cover;
        flex-direction: row;
        height: 13vw;
    }
    .con1_item_on {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }
    .con1_item:hover {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }



    .con2 .main_top_2nd {
        text-align: center;
        margin-top: 15.5%;
        line-height: 0.93;
        margin-bottom: 3.5%;
        font-size: 11vw;
    }
    .con2_top {
        font-size: 3.3vw;
    }

    .con2_top_2nd {
        width: 94% !important;
        margin-top: 6%;
        margin-bottom: 16%;
    }

    .con2_top_2nd_item {
        height: 15.3vw;
    }
    .con2_top_2nd_item_ab {
        left: 4%;
        font-size: 2.9vw;
    }
    .con2_top_2nd_item_ab_2 {
        left: 27%;
        font-size: 2.9vw;

    }
    .con2_top_2nd_item_ab_3 {
        width: 3.48936%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 3%;
        transition: 0.3s all;
        top: 37%;
    }
    .con2_top_2nd_item_on .con2_top_2nd_item_ab {
        top: 8%;
    }

    .con2_top_2nd_item_on .con2_top_2nd_item_ab_2 {
        top: 8%;
    }
    .con2_top_2nd_item_on .con2_top_2nd_item_ab_3 {
        top: 8%;
    }
    .con2_top_2nd_item_ab_4 {
        width: 47.5177%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 22%;
        flex-direction: column;
    }
    .con2_top_2nd_item_ab_4_ab {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -16%;
        top: 113%;
    }
    .con2_top_2nd_item_ab_4_ab_2nd {
        top: 135%;
    }
    .con2_top_2nd_item_ab_4_ab_3rd {
        top: 156%;
    }
    .con2_top_2nd_item_ab_4_ab_3rd_ab {
        width: 46vw !important;
        top: 0%;
        position: absolute !important;
        left: 186%;
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
    .con2_top_2nd_item_ab_4_ab_3rd_ab_item_txt {
        left: 124%;
        white-space: nowrap;
        top: 28%;
        font-size: 2.9vw;
    }
    .con2_top_2nd_item_ab_4_ab_3rd_ab_item {
        width: 16.59489%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
        margin-right: 33%;
    }

    .con2_top_2nd_item_ab_4 {
        width: 47.5177%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 19%;
        flex-direction: column;
    }

    .con2_top_2nd_item {
        height: 15.3vw;
    }

    .con2_top_2nd_item_on.con2_top_2nd_item {
        height: 103.3vw;
    }
    .con2_top {
        width: 83.6194%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0;
    }
    
    .con2_searchbar {
        height: 25vw;
    }
        .con2_searchbar {
        height: 25vw;
        position: relative;
    }
    .con2_searchbar_ab_2 {
        width: 47%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        left: unset;
        top: 18%;
    }
    
.sido1 {
    width: 29vw;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 0;
    border: none;
    background: white;
    padding-left: 3%;
    outline: none;
    font-size: 3.3vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 57%;
    right: 16%;
    margin: 0;
    height: 5.5vw;
    top: unset;
    right: unset;
    position: relative !important;
    margin-left: 7%;
    color: #e50213;
}    

    .con4_top_2nd_arrow {
    width: 5.96659%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 4%;
    pointer-events: none;
}
    .con2_searchbar_ab{
            width: 52%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: unset;
    bottom: 23%;
    }
.direct {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    width: 56%
;
    height: 5.5vw;
    margin-top: 6%;
    background: white;
    padding-left: 2%;
    font-family: 'Pretendard-regular';
    font-size: 3.3vw;
    margin: 0;
    margin-left: 4%;
}    
.con2_searchbar_ab_ab {
    width: 6.12057%
;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    position: absolute;
    right: 8%;
}
    
.map {
    width: 95%;
    height: 51vw;
}    
.con2_top_2nd_item_ab_4 {
    height: 29vw;
}    
    .con2_top_2nd_item_ab {
        left: 4%;
        font-size: 2.9vw;
        width: 17%;
    }
    
    .con2_top_2nd_item_ab p{
    word-break: unset !important;
    width: 133%;
    }
    
    .con2_top_2nd_item_on .con2_top_2nd_item_ab_2 {
        top: 8%;
        width: 59%;
    }    
.con2_top_2nd_item_ab_4_ab_ab {
    left: 234%;
    white-space: nowrap;
    font-size: 2.8vw;
}
    .con2_top_2nd_item_ab_4_ab_3rd_ab_item {
        width: 16.59489%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0%;
        margin-right: 36%;
    }    
    .con2_top_2nd_item_on.con2_top_2nd_item {
        height: 123.3vw;
    }    
    
}
