
    /* @media all and (max-width: 1920px) and (min-width:720px) { */
    #map{
        width:100%; 
        height:360px;
    }

    #market_title {
        text-align:center;
    }
    #usermarket div {
        display:block; 
    }
    #usermarket label {
        display:inline-block;
        color:#222222;
        width:120px;
    }
    #usermarket input, #usermarket select, #usermarket textarea {
        padding:5px;
        margin:5px 0;
        display:inline-block;
    }
    #marketcont1 {
        width: 618px;
        position: absolute;
        margin: 30px;
    }
    #marketcont1 {
        color:white;
        font-weight:600;
    }
    #marketcont2 .sub1, #marketcont2 .sub2{
        width:calc(100% - 25px);
        display: inline-grid;
    }
    #marketcont2 .sub3,#marketcont2 .sub4 {
        width:100%;
    }
    #marketcont2 .sub5 {
        margin: 30px 0;
    }
    .sub5 table{
        width: 100%;
        border: 2px solid #3b7def;
        font-size: 14px;
    }
    .sub5 th, .sub5 td {
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-width: 0px 0px 1px 1px;
    }
    .sub5 th {
        font-weight: 500;
        background : #f3f3f3;
        width: 170px;
    }
    #marketcont2 h4 {
        font-size: 14px;
        border-left: 5px solid #1547b4;
        padding-left: 15px;
        margin:0;
        color:#222;
        font-family:"noto sans kr";
    }
    .sub1 ul, .sub2 ul, .sub3 ul{
        list-style-type:none;
        padding: 0 30px;
        margin: 0;
    }
    .sub1 li, .sub2 li, .sub3 li{
        font-size: 14px;
        color: #222;
        margin: 10px 0;
    }
    #marketcont2 label {
        width: 120px;
    }
    #marketcont2 input {
        width: calc(100% - 150px);
    }
    #form_line {
        width:100%;
        padding: 10px 0;
    }
    .formline {
        padding: 10px 0;
    }
    .formline li {
        padding: 10px 0;
        border-bottom: solid 1px #999999;
    }
    .formline .rs {
        float:right;
        font-size:18px;
            font-weight:600;
    }
    #biz_category span {
        color: white;
    }
    #form_line: {
        display:flex;
        width:100%;
    }
    #marketimg {
        float: right;
        width: 720px;
        height: 400px;
        border: #999999 1px solid;
    }
    #marketimg img {
        width:100%;
        height:100%;
    }
    #fileupload table{
        width:100%;
        height:100px;
    }
    #fileupload th{
        width:10%;
        min-width:120px;
        height:100px;
        background-color:#aeaeae;
    }
    #fileupload td{
        width:90%;
        padding:15px;
        background-color: white;
    }
    div.button {
        display: inline-block !important;
        background-color: #d9d9d9;
        border-radius: 8px;
        padding: 10px 20px;
        text-align: center;
        color: black;
        border-radius: 22px;
        background-color: white;
        border: 1px solid #1547b4;
        margin-right: 30px;
    }
    div.sep-line {
        width:100%;
        height:1px; 
        background-color:#cccccc; 
        margin:30px 0;
    }
    .button a {
        text-decoration: none;
        font-weight: 600;
        color: #1547b4;
    }
    .market-divttl{
        width:100%;
    }
    #market_goods li { 
        margin-bottom: 10px;
        border-bottom: dotted 1px #54668f;
        font-size: 14px;
    }
    #market_goods span { 
        position: absolute;
        right: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1em;
    }
    #goods_price {
        font-size: 24px;
        line-height: 18px;
        font-weight: 600;
        display: block;
        margin-top: 125px;
        text-align: right;
    }
    img.stat1 {
        filter: blur(5px);
    }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height: inherit;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* 모바일 */
@media (max-width:599px) {
    body{
        margin: 0 !important;
        padding-bottom: 80px;
    }
    div.sep-line {
        width: 100%;
    }
    h2{
        font-size: 26px;
    }
    #market_wrap{
        background-color: transparent !important;
    }
    #map{
        width: 100%;
    }
    #usermarket{
        margin-left: 38px;
        margin-right: 38px;
        min-width:284px;
    }
    .mobile_top_line{
        width: 100%;
        height: 3px;
        background-color: #1546b4;
    }
    .mobile_middle_line{
        width: 100%;
        height: 1px;
        background-color: #575757;
    }
    #marketcont1 {
        width: auto;
        position:static;
        color: black;
        margin-right: 0;
        margin-left: 0;
    }
    #marketcont1 span{
        color: #666666;
        font-weight: 700;
    }
    #goods_price{
        color: #1546b4 !important;
        text-align:start;
        margin-top: 40px;
    }
    #marketimg {
        width: auto;
        height: 265px;
    }
    #marketimg div{
        height: 265px !important;
    }
    #dots_circles{
        display: block !important;
        padding-top: 23px;
    }
    .dot{
        width: 12px;
        height: 12px;
    }
    .dot.active{
        background-color: #1546b4;
    }
    .prev, .next {
        color: black;
        top: auto;
        bottom:-60px !important;
    }
    .prev:hover, .next:hover {
        background-color: transparent;
    }
    #marketcont2{
        margin-top: 80px;
    }
    #marketcont2 .sub1{
        width: 100%;
    }
    #marketcont2 h4 {
        font-size: 16px;
        border-left: 0;
        padding-left: 0;
        display: inline-block;
        text-decoration-line: underline;
        text-decoration-color: black;
        text-underline-offset: 7px;
        text-decoration-thickness: 2px;
    }
    .sub1 ul{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .sub1 ul li{
        white-space: nowrap; /* li 요소에서 텍스트의 줄 바꿈을 금지 */
        overflow: hidden; /* 너비를 넘어가는 부분을 숨김 */
        text-overflow: ellipsis; /* 너비를 넘어가는 텍스트에 말줄임표 표시 */
        width: calc(100% - 40px);
    }
    .sub1 ul li label{
        color: #444444 !important;
        width: 110px !important;
    }
    .sub1 ul li span{
        max-width: calc(100% - 20px); /* 최대 너비 설정, 20px는 말줄임표 공간을 확보하기 위한 값 */
        color: #666666;
    }
    .sub2 ul{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .sub2 ul li{
        white-space: nowrap; /* li 요소에서 텍스트의 줄 바꿈을 금지 */
        overflow: hidden; /* 너비를 넘어가는 부분을 숨김 */
        text-overflow: ellipsis; /* 너비를 넘어가는 텍스트에 말줄임표 표시 */
        width: calc(100% - 40px);
    }
    .sub2 ul li label{
        color: #444444 !important;
        width: 110px !important;
    }
    .sub2 ul li span{
        max-width: calc(100% - 20px); /* 최대 너비 설정, 20px는 말줄임표 공간을 확보하기 위한 값 */
        color: #666666;
    }
    .sub3 ul{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .sub3 ul li{
        white-space: nowrap; /* li 요소에서 텍스트의 줄 바꿈을 금지 */
        overflow: hidden; /* 너비를 넘어가는 부분을 숨김 */
        text-overflow: ellipsis; /* 너비를 넘어가는 텍스트에 말줄임표 표시 */
        width: calc(100% - 40px);
    }
    .sub3 ul li label{
        color: #444444 !important;
        width: 110px !important;
    }
    .sub3 ul li span{
        max-width: calc(100% - 20px); /* 최대 너비 설정, 20px는 말줄임표 공간을 확보하기 위한 값 */
        color: #666666;
    }
    .sub4 span{
        font-size: 14px;
        color: #666666;
    }
    #btn_back{
        padding: 2px !important;
        font-size: 20px;
        border:none;
    }
    #btn_back_list{
        margin-right: 0;
    }
    #btn_qna{
        width: 100%;
        margin-right: 0 !important;
    }
    #btn_back_list{
        width: 100%;
        margin-top: 10px;
    }

}
