@media screen and (min-width: 1025px) {
    .application-step {
        width: 1200px;
        margin: 0 auto;
        padding-top: 48px;
    }
    .application-step h3 {
        padding-bottom:24px;
        font-size:22px;
        color:#333;
        font-weight: bold;
    }
    .application-step ul {
        display: flex;
        margin:0 -11px;
        padding-bottom:66px;
    }
    .application-step ul li {
        width: 25%;
        height: 346px;
        padding: 0 11px;
        box-sizing: border-box;
        
    }
    .application-step__box {
        padding:0 18px;
        height: 100%;
        border:1px solid #d8d8d8;
        border-radius: 6px;
        text-align: center;
    }
    .application-step h4 {
        padding-bottom:16px;
        font-size:18px;
        color:#333;
        font-weight: 500;
        text-align: center;
        letter-spacing: -0.45px;
        font-family: "NotosansKR";
    }
    .application-step h4 div {
        font-size:17px;
        padding-top:8px;
        font-weight: normal;
    }
    .application-step p {
        font-size:15px;
        color:#666;
    }
    .application-step__img {
        height: 200px;
    }
    .application-step ul li:first-child .application-step__img {
        background: url("../images/common/application-step01.svg") no-repeat center;
    }
    .application-step ul li:nth-child(2) .application-step__img {
        background: url("../images/common/application-step02.svg") no-repeat center;
    }
    .application-step ul li:nth-child(3) .application-step__img {
        background: url("../images/common/application-step03.svg") no-repeat center;
    }
    .application-step ul li:last-child .application-step__img {
        background: url("../images/common/application-step04.svg") no-repeat center;
    }
    .application-step .btn {
        text-align: center;
    }
    .application-step .btn button{
        width: 190px;
        height: 38px;
        background-color:#f13046;
        color: #fff;
        text-align: center;
    }



    .openmarket {
        margin-top:56px;
    }
    .openmarket h2 span {
        font-size: 18px;
        font-weight: normal;
    }
    .openmarket .search {
        display:flex;
    }

    .openmarket .search .registration {
        width: 132px;
        margin-left:16px;
        text-align: center;
        color:#fff;
        background-color:#f13046;
    }

    div.goods-price .btn2 {
        justify-content: flex-end;
    }
    div.goods-price .btn2 button {
        margin-left:10px;
        width: 140px;
    }



    .openmarket h3 {
        width: 1200px;
        margin:36px auto 0;
        font-size: 18px;
        color:#333;
        position: relative;
    }
    .openmarket h3 p {
        position: absolute;
        top: 0;
        right: 0;
        font-size:14px;
        color:#666;
        font-weight: normal;
    }
    .openmarket select {
        min-width: 360px;
    }
    .openmarket em.red {
        color: #f13046;
    }
    .openmarket .view {
        margin-top:16px;
    }

    .openmarket-imgupload {
        display:flex;
        padding: 10px 0;
    }

    .openmarket-imgupload > div:first-child {
        width: 100px;
    }
    .openmarket-imgupload > div img{
        width: 72px;
    }

    .openmarket-imgupload > div:nth-child(2) {
        display:flex;
        flex-wrap: wrap;
        width: calc(100% - 100px);
        align-items: center;
    }
    div.view.Type1 .openmarket-imgupload > div:nth-child(2) input {
        width: 360px;
    }
    .openmarket button.upload {
        width: 90px;
        height: 35px;
        background-color:#f8f8f8;
        color:#666;
        border:1px solid #ccc;
        line-height: 35px;
        margin-left:10px;
    }
    .openmarket-imgupload > div:nth-child(2) p {
        width: 100%;
        color:#999;
        font-size:13px;
    }
    .openmarket .checkbox {
        font-size:14px;
    }
    .openmarket .checkbox + .checkbox {
        margin-left:24px;
    }
    .openmarket .from {
        padding:10px 0;
    }
    .openmarket .from input[type="text"] {
        margin-top:8px;
    }
    .openmarket-table p {
        font-size:14px;
        color:#999;
    }
    div.view.Type1 .openmarket-sell input[type="text"] {
        width: 188px;
        margin-left:24px;
    }
    .openmarket .radio {
        font-size:14px;
    }
    .openmarket td {
        font-size:14px;
    }
    .openmarket input[type="text"].upload {
        width: 360px;
    }
    .openmarket-info {
        overflow: auto;
        box-sizing: border-box;
        width: calc(100% - 30px);
        max-height: 120px;
        padding: 16px;
        color:#999;
        border:1px solid #ececec;
    }
    .openmarket-info + p {
        font-size:13px;
        padding:10px 0;
    }
    div.view.Type1 .openmarket-table .file-upload {
        display:flex;
        padding: 4px 0;;
    }
    div.view.Type1 .openmarket-table .file-upload input[type="text"] {
        width: 360px;
    }
    div.view.Type1 .openmarket-table .file-upload button {
        width: 90px;
        height: 35px;
        background-color:#f8f8f8;
        color:#666;
        border:1px solid #ccc;
        line-height: 35px;
        margin-left:10px;
    }
    div.view.Type1 .openmarket-table .file-upload button.add {
        width: 60px;
        background-color:#666;
        border-color:#666;
        color:#fff;
    }
    div.view.Type1 .openmarket-table .file-upload + .file-upload {
        margin-top:4px;
    }
    div.view.Type1 .openmarket-table input[type="text"].date {
        width: 254px !important;
    }
    .openmarket-info + .checkbox {
        margin-top:10px;
    }
}
@media screen and (max-width: 1024px) {
    .application-step {
        margin: 0 auto;
        padding-top: 48px;
    }
    .application-step h3 {
        padding-bottom:24px;
        font-size:22px;
        color:#333;
        font-weight: 500;
    }
    .application-step ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom:38px;
    }
    .application-step ul li {
        width: 100%;
        height: 148px;
        box-sizing: border-box;
    }
    .application-step ul li + li {
        margin-top:10px;
    }
    .application-step__box {
        display: flex;
        align-items: center;
        width: 100%;
        padding-right: 20px;
        height: 100%;
        border:1px solid #d8d8d8;
        border-radius: 6px;
        box-sizing: border-box;
    }
    .application-step h4 {
        padding-bottom:6px;
        font-size:16px;
        color:#333;
        font-weight: 500;
        letter-spacing: -0.45px;
        font-family: "NotosansKR";
        line-height: 1.5;
    }
    .application-step h4 div {
        font-size:15px;
        padding-top:8px;
        font-weight: normal;
    }
    .application-step p {
        font-size:13px;
        color:#666;
        font-weight: normal;
    }
    .application-step__img {
        width: 108px;
        height: 100%;
    }
    .application-step__text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 108px);
    }
    .application-step ul li:first-child .application-step__img {
        background: url("../images/m/dataset/application-step01.svg") no-repeat center / 50px;
    }
    .application-step ul li:nth-child(2) .application-step__img {
        background: url("../images/m/dataset/application-step02.svg") no-repeat center;
    }
    .application-step ul li:nth-child(3) .application-step__img {
        background: url("../images/m/dataset/application-step03.svg") no-repeat center;
    }
    .application-step ul li:last-child .application-step__img {
        background: url("../images/m/dataset/application-step04.svg") no-repeat center;
    }
    .application-step .btn {
        text-align: center;
    }
    .application-step .btn button{
        width: 100%;
        height: 38px;
        background-color:#f13046;
        color: #fff;
        text-align: center;
    }



    div.view.Type1 .openmarket-table tbody th {
        width: 28%;
    }
    div.view.Type1 .openmarket-table tbody td {
        width: 72%;
    }
    .openmarket .search .registration {
        margin: 16px 0;
        width: 100%;
        height: 38px;
        text-align: center;
        color:#fff;
        background-color:#f13046;
    }

    .openmarket h3 {
        font-size: 18px;
        color:#333;
        position: relative;
        font-weight: 500;
    }
    .openmarket h3 p {
        padding-top:16px;
        font-size:14px;
        color:#666;
        font-weight: normal;
    }
    div.view.Type1 .openmarket-table input[type="text"] {
        width: 100%;
    }
    div.view.Type1 .openmarket-table select {
        width: 100%;
    }
    .openmarket em.red {
        color: #f13046;
        padding-left:4px;
    }
    .openmarket .view {
        margin-top:16px;
    }

    .openmarket-imgupload {
        width: 100%;
        display:flex;
        flex-direction: column-reverse;
    }

    .openmarket-imgupload > div:first-child {
        width: 100px;
    }
    .openmarket-imgupload > div img{
        width: 72px;
    }

    .openmarket-imgupload > div:nth-child(2) {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .openmarket button.upload {
        width: 90px;
        height: 35px;
        margin-top:8px;
        background-color:#f8f8f8;
        color:#666;
        border:1px solid #ccc;
        line-height: 35px;
    }
    .openmarket-imgupload > div:nth-child(2) p {
        width: 100%;
        color:#999;
        font-size:13px;
        margin:8px 0;
    }
    .openmarket .checkbox {
        font-size:14px;
    }
    .openmarket .checkbox + .checkbox {
        margin-left:30px;
    }
    .openmarket .from input[type="text"] {
        margin-top:8px;
    }
    .openmarket-table p {
        font-size:14px;
        color:#999;
    }
    div.view.Type1 .openmarket-sell input[type="text"] {
        width: calc(100% - 30px);
    }
    .openmarket .radio {
        font-size:14px;
    }
    .openmarket td {
        font-size:14px;
    }
    .openmarket input[type="text"].upload {
        width: 360px;
    }
    .openmarket-info {
        overflow: auto;
        box-sizing: border-box;
        max-height: 120px;
        padding: 12px;
        font-size:13px;
        color:#999;
        border:1px solid #ececec;
    }
    .openmarket-info + p {
        font-size:13px;
        padding:10px 0;
    }
    div.view.Type1 .openmarket-table .file-upload {
        display:flex;
        flex-wrap: wrap;
        padding: 4px 0;
        width: 100%;
        box-sizing: border-box;
    }
    div.view.Type1 .openmarket-table .file-upload input[type="text"] {
        margin-bottom:8px;
    }
    div.view.Type1 .openmarket-table .file-upload button {
        width: 90px;
        height: 35px;
        background-color:#f8f8f8;
        color:#666;
        border:1px solid #ccc;
        line-height: 35px;
    }
    div.view.Type1 .openmarket-table .file-upload button.add {
        width: 60px;
        background-color:#666;
        border-color:#666;
        color:#fff;
        margin-left:10px;
    }
    div.view.Type1 .openmarket-table .file-upload + .file-upload {
        margin-top:4px;
    }
    div.view.Type1 .openmarket-table input[type="text"].date {
        width: 254px !important;
    }
    .openmarket-info + .checkbox {
        margin-top:10px;
    }

    .openmarket-table span.checkbox label {
        display:block;
        vertical-align:middle
    }

    .openmarket-table span.checkbox label:before {
        top:0;
    }


    
}