@charset "UTF-8";

.market-cont-area{width: 100%; padding-top: 100px; overflow: hidden;}
.market-title{text-align: center;}
.market-title h2{font-family: 'br_rregular'; font-size: 54px;}
.market-title h2::before{margin: 0 auto; margin-bottom: 5px; display: block; content: ""; width: 150px; height: 30px; background-repeat: no-repeat; background-position: center;}
.market-guro .market-title h2::before{background-image: url(../images/content/sub_title_deco1.png);}

.mk-cont-wrap{width: 1600px; display: flex; justify-content: space-between; padding: 60px 0 70px 0; margin: 0 auto;}
.market-cont{width: 1330px;}
.cont-tit{font-family: 'br_bregular'; font-size: 36px; width: 210px; word-break: keep-all; letter-spacing: -0.03em;}
.location-wrap .cont-tit{width: 170px;}
.view-wrap .cont-tit{width: 170px;}
.cont-tit::before{display: block; content: ""; width: 36px; height: 36px; border-radius: 50%; background:url(../images/content/menu_checkmark.png) center no-repeat #0069cf; margin-bottom: 10px;}
.cont-tit span{color: #0069cf;}

.dashed-line{width: 100%; height: 0px; border-bottom: 1px dashed #e5e5e5;}

.infomation-wrap .market-cont{display: flex; justify-content: space-between; margin-left: 0;}
.cont-infotxt{width: calc(100% - 610px); }
.infotxt-tit{font-size: 28px; line-height: 36px; font-weight: 700; padding-bottom: 25px;}
.infotxt-detail{font-size: 18px; line-height: 30px; padding-bottom: 40px; word-break: keep-all;}
.cont-infoimg{width: 540px; height: 334px; box-sizing: border-box; border: 1px solid #e1e1e1; display: flex; justify-content: right; border-radius: 20px; margin-right: 20px;}
.cont-infoimg img{width: 100%; height: auto; max-width: 100%; border-radius: 20px;}

button.mk-btn{width: 220px; height: 50px; border-radius: 25px; background-color: #fff; border: 1px solid #d7d7d7; box-sizing: border-box; margin-right: 10px;}
button.mk-btn a{width: 100%; height: 100%; border-radius: 25px; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center;}
button.mk-btn a h5{display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; letter-spacing: -0.03em;}
button.mk-btn a h5::after{display: inline-block; content: ""; margin-left: 10px; width: 18px; height: 18px; background: url(../images/content/market_info_go.png) center no-repeat;}
button.mk-btn.insta-btn a h5::after{background-image: url(../images/content/market_info_insta.png);}
button.mk-btn:hover a{background-color: #0069cf; border-color: #0069cf; text-decoration:underline #fff;}
button.mk-btn:hover a h5{color: #fff;}
button.mk-btn:hover a h5::after{background-image: url(../images/content/market_info_go2.png);}
button.mk-btn.insta-btn:hover a h5::after{background-image: url(../images/content/market_info_insta2.png);}

.loc-map{width: 1330px; position: relative;}
.loc-infotxt{display: flex; padding-top: 45px;}
.loc-infotxt > div{width: calc(100% / 2);}
.loc-tit{font-weight: 700; font-size: 24px;}
.loc-infotxt div > ul{display: flex; align-items: center; padding-top: 20px;}
.loc-infotxt div > ul li, .add ul li{font-weight: 500; font-size: 18px; word-break: keep-all; line-height: 1.5em;}
.loc-infotxt div > ul li:last-child{width: calc(100% - 93px);}
.loc-infotxt div > ul .loc-ic{width: 80px; height: 80px; border-radius: 50%; background-color: #edf3f5; margin-right: 13px; background-position: center; background-repeat: no-repeat;}
.loc-infotxt div.loc-add .loc-ic{background-image: url(../images/content/adress_ic_map.png);}
.loc-infotxt div.loc-traff ul .loc-ic{background-image: url(../images/content/adress_ic_subway.png);}
.loc-infotxt div.loc-traff ul:last-child .loc-ic{background-image: url(../images/content/adress_ic_bus.png);}
.loc-infotxt div .traff-line span{color: #fff; font-weight: 700; font-size: 14px; line-height: 24px; width: 24px; height: 24px; border-radius: 50%; background-color: #697224; text-align: center; margin-right: 5px;}
.loc-infotxt div .traff-line.line2 span{background-color: #27b454; margin-top: 10px;}
.loc-infotxt div .traff-bus span{color: #fff; font-weight: 700; font-size: 14px; line-height: 20px; text-align: center; width: 50px; height: 20px; border-radius: 10px; background-color: #279bb4; margin-right: 5px;}
.loc-infotxt div .traff-bus.bus-g span{background-color: #27b454; margin-top: 10px;}

/* 카카오맵 수정 */
.root_daum_roughmap.root_daum_roughmap_landing{width: 1330px; border-radius: 20px; outline: none; border: 1px solid #e1e1e1; position: relative;}
.root_daum_roughmap .wrap_map{width: 100%; height: 350px !important; border: none;}
.root_daum_roughmap .cont{display: none;}
.root_daum_roughmap .border1, .root_daum_roughmap .border2, .root_daum_roughmap .border3, .root_daum_roughmap .border4{display: none;}
/* 카카오맵 수정 */

.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn{position: absolute; bottom: 20px; right: 20px; z-index: 10;width: 220px; height: 50px; border-radius: 25px; background-color: #fff; border: 1px solid #d7d7d7; box-sizing: border-box;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn a{width: 100%; height: 100%; border-radius: 25px; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn a h5{display: flex; align-items: center; justify-content: center;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn a h5::after{display: inline-block; content: ""; margin-left: 10px; width: 18px; height: 18px; background: url(../images/content/market_info_go.png) center no-repeat;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn:hover a h5{color: #fff;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn:hover a{background-color: #0069cf; border-color: #0069cf; text-decoration:underline #fff;}
.root_daum_roughmap.root_daum_roughmap_landing button.mk-btn:hover a h5::after{background-image: url(../images/content/market_info_go2.png);}

.oper-wrap{display: flex; flex-wrap: wrap;}
.oper-wrap > li{width: calc(100% / 2); padding-bottom: 50px;}
.oper-wrap > li:nth-child(3), .oper-wrap > li:nth-child(4){padding-bottom: 0;}
.oper-wrap > li:last-child{margin-top: -70px;}
.oper-wrap > li::before{display: block; content: ""; width: 40px; height: 40px; background-position: left bottom; background-repeat: no-repeat; margin-bottom: 20px;}
.oper-wrap > li.time::before{background-image: url(../images/content/operate_ic_time.png);}
.oper-wrap > li.calendar::before{background-image: url(../images/content/operate_ic_calendar.png);}
.oper-wrap > li.dis::before{background-image: url(../images/content/operate_ic_bathchair.png);}
.oper-wrap > li.parking::before{background-image: url(../images/content/operate_ic_parking.png);}
.oper-wrap .oper-tit{font-weight: 700; font-size: 28px; padding-bottom: 18px;}
.oper-wrap .oper-minitxt{font-size: 18px; color: #0069cf; padding-bottom: 20px;}
.oper-wrap .oper-minibox ul{width: 400px; box-sizing: border-box; background-color: #f5f6f6; border-radius: 10px; padding: 20px;}
.oper-wrap .oper-minibox ul li{font-size: 18px; padding-bottom: 14px;}
.oper-wrap .oper-minibox ul li:last-child{padding-bottom: 0;}
.oper-wrap .oper-list li{padding-bottom: 14px;}
.market-namguro .oper-wrap > li:last-child, .market-gocheok .oper-wrap > li:last-child{margin-top: -50px;}

.view-wrap{ width: 1600px; height: auto; box-sizing: content-box; position: relative;}
.view-wrap .market-cont{padding-bottom: 50px; position: relative;} 
.view-wrap .market-cont .market-cont-box{width: 90vw; overflow: hidden;}
.view-wrap .view-swiper .swiper-slide{width: 570px; height: 330px; border-radius: 21px; background-position: center; background-repeat: no-repeat; margin-right: 18px;}
.view-wrap .swiper-wrapper{position: static; }
.view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: 1053px; height: 4px; top: 370px; border-radius: 10px; z-index: 10;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position: absolute; top: -1.5px; height: 6px; background-color: #000000; border-radius: 10px;}
.view-wrap .more-btn{width: auto; position: absolute; left: 1053px; margin-left: 20px;}
.view-wrap .more-btn button{width: 40px; height: 40px; font-size: 0; border-radius: 50%; border: 1px solid #d7d7d7; margin-right: 5px; background: url(../images/content/btn_arrow.png) center no-repeat;}
.view-wrap .more-btn button.view-prev{rotate: 180deg;}

/* 구로시장 */
.view-wrap .view-swiper .swiper-slide.gr-img1{ background-image: url(../images/content/view_guro01.png);}
.view-wrap .view-swiper .swiper-slide.gr-img2{ background-image: url(../images/content/view_guro02.png);}
.view-wrap .view-swiper .swiper-slide.gr-img3{ background-image: url(../images/content/view_guro03.png);}
.view-wrap .view-swiper .swiper-slide.gr-img4{ background-image: url(../images/content/view_guro04.png);}
.view-wrap .view-swiper .swiper-slide.gr-img5{ background-image: url(../images/content/view_guro05.png);}
.view-wrap .view-swiper .swiper-slide.gr-img6{ background-image: url(../images/content/view_guro06.png);}
.view-wrap .view-swiper .swiper-slide.gr-img7{ background-image: url(../images/content/view_guro07.png);}
.view-wrap .view-swiper .swiper-slide.gr-img8{ background-image: url(../images/content/view_guro08.png);}

/* 남구로시장 */
.market-namguro .market-title h2::before{background-image: url(../images/content/sub_title_deco2.png);}
.view-wrap .view-swiper .swiper-slide.ngr-img1{ background-image: url(../images/content/view_namguro01.png);}
.view-wrap .view-swiper .swiper-slide.ngr-img2{ background-image: url(../images/content/view_namguro02.png);}
.view-wrap .view-swiper .swiper-slide.ngr-img3{ background-image: url(../images/content/view_namguro03.png);}

/* 고척근린시장 */
.market-gocheok .market-title h2::before{background-image: url(../images/content/sub_title_deco3.png);}
.view-wrap .view-swiper .swiper-slide.gc-img1{ background-image: url(../images/content/view_gocheok01.png);}
.view-wrap .view-swiper .swiper-slide.gc-img2{ background-image: url(../images/content/view_gocheok02.png); background-position: center 25%;}
.view-wrap .view-swiper .swiper-slide.gc-img3{ background-image: url(../images/content/view_gocheok03.png); background-position: center 0%;}
.view-wrap .view-swiper .swiper-slide.gc-img4{ background-image: url(../images/content/view_gocheok04.png); background-position: 60% 85%;}
.view-wrap .view-swiper .swiper-slide.gc-img5{ background-image: url(../images/content/view_gocheok05.png);}
.view-wrap .view-swiper .swiper-slide.gc-img6{ background-image: url(../images/content/view_gocheok06.png);}


@media all and (max-width: 1620px){
    .mk-cont-wrap{width: 100%; padding-left: 20px; padding-right: 20px;}
    .market-gocheok .cont-tit span{letter-spacing: -0.075em;}
    .cont-infoimg{margin-right: 0;}    
}

@media all and (max-width: 1580px){
    .cont-tit{width: 180px; font-size: 32px;}
    .market-cont{width: calc(100% - 210px);}
    .root_daum_roughmap.root_daum_roughmap_landing{width: 100%;}

    .view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {width: 80%;}
    .view-wrap .more-btn{left: 80%;}
}

@media all and (max-width: 1400px){
    .market-title h2{font-size: 50px;}
    .infotxt-tit{font-size: 26px;}
    .oper-wrap .oper-tit{font-size: 26px;}
    .view-wrap .view-swiper .swiper-slide{height: 250px;}
    .view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{top:290px;}
}

@media all and (max-width: 1340px){
    .infomation-wrap .market-cont{flex-wrap: wrap;}
    .cont-infotxt{width: 100%;}
    .cont-infoimg{margin-top: 20px;}
}


@media all and (max-width: 1200px){
    .mk-cont-wrap{flex-wrap: wrap;}
    .cont-tit{width: 100%; display: flex; align-items: center; margin-bottom: 20px;}
    .location-wrap .cont-tit, .view-wrap .cont-tit{width: 100%;}
    .market-cont{width: 100%;}
    .mk-cont-wrap{padding-left: 30px; padding-right: 30px;}
    .infotxt-detail{padding-bottom: 20px;}
    .cont-tit::before{margin: 0; margin-right: 10px;}
    .oper-wrap > li::before{width: 32px; height: 32px; background-size: contain; margin-bottom: 7px;}

    .view-wrap .market-cont .market-cont-box{width: 100vw;}
}

@media all and (max-width: 1000px){
    .cont-tit{font-size: 28px;}
    .infotxt-tit{font-size: 22px;}
    .infotxt-detail{font-size: 17px; line-height: 1.5em;}
    button.mk-btn{width: 190px; height: 45px;}
    button.mk-btn a h5{font-size: 17px;}
    .root_daum_roughmap.root_daum_roughmap_landing button.mk-btn{width: 190px; height: 45px;}
    .loc-tit{font-size: 22px;}
    .loc-infotxt div ul li{font-size: 17px;}
    .oper-wrap{justify-content: space-between;}
    .oper-wrap > li{width: calc(100% / 2 - 15px);}
    .oper-wrap > li.dis .oper-tit{padding-bottom: 7px;}
    .oper-wrap .oper-tit{font-size: 22px; padding-bottom: 14px;}    
    .oper-wrap .oper-minitxt{font-size: 17px; padding-bottom: 14px;}
    .oper-wrap .calendar .oper-minitxt{padding-bottom: 0;}
    .oper-wrap .oper-minibox ul{width: 300px; padding: 15px;}
    .oper-wrap .oper-minibox ul li{font-size: 17px;}
    .oper-wrap > li::before{width: 28px; height: 28px;}
    .loc-infotxt div .traff-line.line2 span, .loc-infotxt div .traff-bus.bus-g span{margin-top: 5px;}
    .market-namguro .oper-wrap > li:last-child, .market-gocheok .oper-wrap > li:last-child{margin-top: 0;}
}

@media all and (max-width: 740px){
    .market-cont-area{padding-top: 60px;}
    .mk-cont-wrap{padding-bottom: 40px; padding-left: 20px; padding-right: 20px; padding-top: 50px;}
    .market-title h2{font-size: 46px;}
    .cont-tit{font-size: 24px; margin-bottom: 15px;}
    .cont-tit::before{width: 32px; height: 32px;}
    .cont-infoimg{height: auto;}
    .infotxt-tit{font-size: 20px; line-height: 1.5em; padding-bottom: 16px;}
    .infotxt-detail{font-size: 16px;}
    .loc-infotxt div > ul{flex-wrap: wrap; padding-top: 15px;}
    .loc-infotxt div > ul .loc-ic{width: 40px; height: 40px; background-size: 20px; margin-right: 0; margin-bottom: 10px;}
    .loc-infotxt div.loc-traff ul .loc-ic{background-size: 15px;}
    .loc-infotxt div ul li{font-size: 16px; padding-left: 5px;}
    .loc-infotxt div > ul > li:last-child{width: 100%;}
    .loc-infotxt div > ul li:last-child{width: 100%;}
    .loc-infotxt div.loc-traff .loc-tit{margin-top: 20px;}
    .oper-wrap > li{width: 100%; padding-bottom: 20px; position: relative;}
    .oper-wrap > li:nth-child(3){padding-bottom: 20px;}
    .oper-wrap > li.dis .dis-flex{display: flex; justify-content: space-between;}
    .oper-wrap > li.dis .dis-flex > div{width: calc(100% / 2 - 15px);}
    .oper-wrap .oper-tit{font-size: 20px;}
    .oper-minibox{position: absolute; bottom: 25px; right: 10px;}
    .oper-wrap .oper-minibox ul{width: 280px; padding: 7.5px 15px;}
    .oper-wrap .oper-minibox ul li{font-size: 16px;}
    .oper-wrap .oper-minitxt{font-size: 16px;}
    .oper-wrap .oper-list li{padding-bottom: 10px;}
    .oper-wrap > li:last-child{margin-top: 0;}
    .oper-wrap .parking .oper-list{position: relative;}
    .oper-wrap .parking .oper-minitxt{width: 55%;}
    button.mk-btn a h5{font-size: 16px;}
    .oper-wrap .parking .oper-list button.mk-btn{position: absolute; bottom: 7px; right: 0px; margin-right: 0;}
    .view-wrap .more-btn{left: calc(80% - 10px); margin-left: 10px; bottom: 12px;}
    .view-wrap .more-btn button{width: 35px; height: 35px; margin-right: 3px; background-size: 20%;}
    .view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: calc(80% - 10px);}
}

@media all and (max-width: 600px){
    .market-title h2{font-size: 40px;}
    .infotxt-detail{font-size: 14px;}
    .loc-infotxt div ul li{font-size: 14px;}
    .oper-wrap > li::before{width: 22px; height: 22px;;}
    .oper-wrap .oper-tit{font-size: 18px;}
    .oper-wrap .oper-minibox ul li{font-size: 14px;}
    .oper-wrap .oper-minitxt{font-size: 14px;}
    .oper-wrap .oper-minibox ul{width: 240px;}
    .oper-wrap .oper-list li{font-size: 14px;}
    button.mk-btn a h5{font-size: 14px;}
    button.mk-btn{width: 160px; height: 40px;}
    .loc-tit{font-size: 18px;}
    .loc-infotxt{flex-wrap: wrap; padding-top: 25px;}
    .loc-infotxt > div{width: 100%;}
    .loc-infotxt > div .loc-infotxt div{display: flex;}
    .loc-infotxt div > ul{flex-wrap: nowrap;}
    .loc-infotxt div > ul > li{width: calc(100% - 50px);}
    .loc-infotxt div > ul > li:last-child{width: calc(100% - 50px);}
    .loc-infotxt div > ul .loc-ic{margin-bottom: 0; margin-right: 10px;}
    .loc-infotxt > div.loc-traff ul{align-items: flex-start;}
    .loc-infotxt div > ul li:last-child{width: 100%;}
    .root_daum_roughmap.root_daum_roughmap_landing button.mk-btn{width: 160px; height: 40px; bottom: 10px; right: 10px;}
    .view-wrap .more-btn{left: calc(75% - 10px);}
    .view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: calc(75% - 10px);}

}

@media all and (max-width: 530px){
    
}

@media all and (max-width: 500px){
    .market-title h2{font-size: 32px;}
    .market-cont-area{padding-top: 40px;}
    .mk-cont-wrap{padding-bottom: 30px; padding-top: 40px;}
    .cont-tit{font-size: 20px;}
    .cont-tit::before{width: 26px; height: 26px;}
    .infotxt-tit{font-size: 18px; padding-bottom: 12px;}
    .oper-minibox{position: static;}
    button.mk-btn a h5{font-size: 13px;}
    button.mk-btn{width: 140px; height: 36px;}
    .root_daum_roughmap.root_daum_roughmap_landing button.mk-btn{width: 140px; height: 36px;}
    .oper-wrap .parking .oper-list button.mk-btn{right: 0px;}
    .view-wrap .market-cont .market-cont-box{width: calc(95% - 20px); box-sizing: border-box;}
    .view-wrap .more-btn{left: calc(70% - 10px);}
    .view-wrap .swiper-container-horizontal > .swiper-pagination-progressbar, .view-wrap .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: calc(70% - 10px);}
}