.popMinihomeSet {
    height: 90vh;
}

.popMinihomeSet .step {
    font-weight: normal;
    color: #929292;
}

.popMinihomeSet .ms_subheader {
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 4px #00000029;
}

.popMinihomeSet .step_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 26px 40px;
    list-style: none;
}

.popMinihomeSet .step_wrap li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #707070;
}

.popMinihomeSet .step_wrap li+li::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    margin-right: 14px;
    background-color: #bcbcbc;
}

.popMinihomeSet .step_wrap li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-weight: normal;
    color: #787878;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 50%;
}

.popMinihomeSet .step_wrap li.active,
.popMinihomeSet .step_wrap li.on {
    color: #536df9;
}

.popMinihomeSet .step_wrap li.on {
    font-weight: normal;
}

.popMinihomeSet .step_wrap li.active span {
    color: #fff;
    background-color: #536dfe;
    border-color: #536dfe;
}

.popMinihomeSet .step_wrap li.on span {
    color: #536df9;
    background-color: #fff;
    border-color: #536df9;
}

.popMinihomeSet .step_wrap li.on::before,
.popMinihomeSet .step_wrap li.active::before {
    background-color: #536df9;
}

.popMinihomeSet .ms_contWrap {
    padding: 20px 30px;
}

.pub .popMinihomeSet .modal_subtit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #333;
}

.popMinihomeSet .input_wrap {
    gap: 33px;
}

.popMinihomeSet .input_box .flex {
    gap: 7px 10px;
}

.pub .popMinihomeSet .input_box textarea {
    height: 128px;
}

.popMinihomeSet .filebtn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}

.popMinihomeSet .filebtn_wrap i {
    font-style: normal;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    letter-spacing: -0.06px;
    color: #bfbfbf;
}

.popMinihomeSet .pre_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 113px;
    background-color: #f9f9f9;
    border: 1px dashed #dfdfdf;
    border-radius: 4px;
}

.popMinihomeSet .pre_wrapper * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popMinihomeSet .pre_wrapper video {
    background: url('../images/gbp/vd_play.svg') center no-repeat;
}

.popMinihomeSet .input_box .platform {
    gap: 18px;
}

.popMinihomeSet .input_box .platform+.platform {
    margin-top: 13px;
}

.pub .popMinihomeSet .input_box .slc_tel {
    margin-left: 8px;
    background-color: #f5f5f5;
    background-position: center right 9px;
    border-radius: 6px;
}

.popMinihomeSet .input_box .slc_tel .slc_btn {
    padding: 0 26px 0 14px;
}

.popMinihomeSet .input_box .slc_tel+input {
    padding: 12px;
}

.popMinihomeSet .ipt_txt+.btn_confirm {
    font-weight: bold;
}

.popMinihomeSet .ms_contWrap .modal_subtit .count {
    font-family: 'Noto Sans KR';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.33px;
    color: #777;
}

.popMinihomeSet .input_wrap .keyword_tit {
    margin-bottom: 22px;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #242731;
}

.popMinihomeSet .keyword_wrap .input_box.grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.popMinihomeSet .keyword_wrap .input_box.flex {
    gap: 8px 0;
    width: calc(100% / 3 * 2);
}

.popMinihomeSet .keyword_wrap .input_box.flex .check_wrap {
    width: 50%;
}

.pub .popMinihomeSet .modal_footer {
    position: relative;
    padding: 22px 40px;
    border-top: 1px solid #e6e6e6;
}

.popMinihomeSet .modal_footer .btn_wrap {
    gap: 12px;
}

.popMinihomeSet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pub .editGame .modal_header {
    text-align: center;
}

.pub .editGame .modal_header {
    border-bottom: 1px solid #d0d4d9;
}

.pub .editGame .modal_header+.mh_subheader {
    padding: 0;
    margin-top: -1px;
    background-color: #fff;
    box-shadow: 0 1px 4px #00000029;
}

.popMinihomeSet .tab_box {
    flex: 1;
    padding-left: 40px;
}

.popMinihomeSet .tab_box+.btn_next {
    margin-right: 40px;
}

.pub .editGame .ms_contWrap {
    padding: 30px;
}

.pub .editGame .modal_footer .btn_wrap .flex {
    gap: 42px;
}

.pub .editGame .list_preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    white-space: normal;
}

.pub .editGame .list_preview .card_box {
    position: relative;
    padding: 12px 24px 24px;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.07px;
    color: #444651;
    background-color: #fff;
    box-shadow: 0px 2px 4px #00000029;
}

.pub .editGame .card_box .card_tit {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.09px;
    color: #333;
}

.pub .editGame .card_box p {
    margin-bottom: 12px;
}

.pub .editGame .card_box img {
    width: 100%;
    height: 141px;
    object-fit: cover;
}

.pub .editGame .card_box .card_info {
    display: block;
    margin-top: 12px;
}

.pub .editGame .card_box .tag_wrap {
    margin: 4px -12px 0;
}

.pub .editGame .card_box .tag_wrap+.tag_wrap {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #eee;
}

.pub .editGame .card_box .tag_wrap ul {
    display: flex;
    gap: 7px 10px;
}

.pub .editGame .card_box .tag_wrap .keywords {
    flex-wrap: wrap;
}

.pub .editGame .card_box .tag_wrap .tags {
    justify-content: space-between;
}

.pub .editGame .card_box .tag_wrap ul li {
    min-width: 116px;
    padding: 0 14px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07px;
    color: #444651;
    border: 1px solid #878787;
    border-radius: 50px;
}

.pub .editGame .card_box .tag_wrap ul li::before {
    content: '#';
}

.pub .editGame .card_box .tag_wrap .tags li {
    padding: 0 9px;
    color: #fff;
    background-color: #8697f9;
    border-color: #8697f9;
}

.pub .editGame .list_preview+.txt_info {
    margin-top: 16px;
    margin-bottom: 24px;
    color: #444651;
}