.pub_comhead .flex.flexalcenter {
    gap: 35px;
}

.pmg_titBox {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.pmg_titBox.service,
.pmg_titBox.defer {
    background-color: #fcfcfc;
    box-shadow: 0 0 4px #0000001a;
}

.pmg_titBox .pmg_tit {
    width: 40%;
    padding-left: 32px;
    margin: 17px 0;
    line-height: 30px;
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #333;
    border-right: 1px solid #ebebf2;
}

.pmg_titBox.service .pmg_tit {
    border: none;
}

.pmg_titBox .input_wrap {
    width: 46%;
    min-width: 650px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 4px 32px 0 42px;
}

.pmg_titBox .input_wrap.bg-wht {
    background-color: #fff;
}

.pmg_titBox .input_wrap.bg-blu {
    background-color: #536dfe;
}

.pmg_titBox .input_wrap.bg-ylw {
    background-color: #ffb929;
}

.pmg_titBox .input_wrap .input_box {
    width: 67%;
    min-width: 200px;
}

.pmg_titBox .input_wrap .game_info {
    display: flex;
    align-items: center;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 14px;
    letter-spacing: -0.35px;
}

.pmg_titBox .input_wrap.bg-wht .game_info {
    color: #ffa801;
}

.pmg_titBox .input_wrap.bg-blu .game_info,
.pmg_titBox .input_wrap.bg-ylw .game_info {
    color: #fff;
}

.pmg_titBox.defer .input_wrap .game_info {
    color: #929292;
}

.pmg_titBox.defer .input_wrap .game_info img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.pmg_titBox .input_wrap .game_info::before {
    content: '';
    width: 12px;
    height: 1px;
    margin-right: 20px;
}

.pmg_titBox .input_wrap.bg-wht .game_info::before,
.pmg_titBox.defer .input_wrap .game_info::before {
    background-color: #929292;
}

.pmg_titBox .input_wrap.bg-blu .game_info::before,
.pmg_titBox .input_wrap.bg-ylw .game_info::before {
    background-color: #fff;
}

.pmg_titBox .input_wrap .closeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-left: auto;
    background: url('../images/gbp/ico_close.png') center no-repeat;
}

.pmg_titBox .input_wrap.bg-blu .closeBtn,
.pmg_titBox .input_wrap.bg-ylw .closeBtn {
    background: url('../images/gbp/ico_closeW.svg') center no-repeat;
}

.pmg_titBox .input_box .slc_box .opt_list {
    top: calc(100% + 2px);
    max-height: 490px;
    padding: 0 0 0 10px;
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.pmg_titBox .input_box .slc_box .opt_list::-webkit-scrollbar,
.pmg_titBox .input_box .slc_box .opt_list::-webkit-scrollbar-track {
    background-color: transparent;
}

.pmg_titBox .input_box .slc_box .opt_list::-webkit-scrollbar {
    width: 10px;
}

.pmg_titBox .input_box .slc_box .opt_list::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 30px;
}

.pmg_titBox .input_box .slc_box .opt_list .radio_list {
    gap: 7px;
    padding: 12px 0;
    height: 70px;
}

.pmg_titBox .input_box .slc_box .opt_list .radio_list:first-child {
    border: none;
}

.pmg_titBox .input_box .slc_box .opt_list .radio_list+.radio_list {
    border-top: 1px solid #dfdfdf;
}

.pmg_titBox .input_box .slc_box .opt_list input+label {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.pmg_titBox .input_box label img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.pmg_titBox .input_box .game_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Spoqa Han Sans Neo';
}

.pmg_titBox .input_box .slc_box .opt_list .game_name label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 7px;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: -0.32px;
    color: #5a5a5a;
}

.pmg_titBox .input_box .slc_box .opt_list .game_name label.txt_en {
    font-family: 'Lexend Deca';
    font-size: 14px;
    letter-spacing: -0.35px;
}

.pmg_titBox .input_box .slc_box .opt_list .game_name label.on::after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #ffab07;
    border-radius: 50%;
}

.pmg_titBox .input_box .game_name span {
    flex-shrink: 0;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: -0.28px;
}

.pmg_titBox .input_box .game_name .tag {
    padding: 0 13px;
    line-height: 22px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: -0.23px;
    color: #fff;
    background-color: #536dfe;
    border-radius: 50px;
}

.deferBtn_wrap.btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pub .deferBtn_wrap.btn_wrap button {
    height: 38px;
    padding: 0 40px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 50px;
}

.pub .deferBtn_wrap .btnbace {
    border-color: #3d5afa;
}

.pub .deferBtn_wrap .btnLine {
    color: #1d2129;
    border-color: #d9d9d9;
}

.deferBtn_wrap.more_wrap {
    display: none;
}

@media screen and (max-width: 750px) {
    .pub_comhead .sol_head {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pub_comhead .flex.flexalcenter {
        flex-wrap: nowrap;
        gap: 15px;
    }
    .pmg_titBox {
        flex-direction: column;
    }
    .pmg_titBox .pmg_tit,
    .pmg_titBox .input_wrap {
        min-width: auto;
        width: 100%;
    }
    .pmg_titBox .pmg_tit {
        padding: 15px;
        margin: 0;
        line-height: 16px;
        font-size: 13px;
        letter-spacing: -0.32px;
        background-color: #fcfcfc;
    }
    .pmg_titBox .input_wrap {
        padding: 12px 15px;
        background-color: transparent !important;
    }
    .pmg_titBox .input_wrap .input_box {
        width: 100%;
    }
    .pmg_titBox .input_wrap .game_info,
    .pmg_titBox .input_wrap .closeBtn {
        position: absolute;
        bottom: calc(100% + 4px);
        z-index: 1;
    }
    .pmg_titBox .input_wrap .game_info {
        right: 38px;
        line-height: 38px;
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    .pmg_titBox .input_wrap .closeBtn,
    .pmg_titBox .input_wrap.bg-blu .closeBtn,
    .pmg_titBox .input_wrap.bg-ylw .closeBtn {
        right: 0;
        width: 38px;
        height: 38px;
        padding: 15px;
        background-size: 8px;
    }
    .pmg_titBox .input_wrap .game_info::before {
        position: absolute;
        right: -38px;
        width: 55vw;
        height: 45px;
        margin: 0;
        z-index: -1;
    }
    .pmg_titBox .input_wrap.bg-wht .game_info::before,
    .pmg_titBox.defer .input_wrap .game_info::before {
        background-color: transparent;
    }
    .pmg_titBox .input_wrap.bg-blu .game_info::before {
        background-color: #546efa;
    }
    .pmg_titBox .input_wrap.bg-ylw .game_info::before {
        background-color: #ffba2a;
    }
    .pmg_titBox .input_box .slc_box .slc_btn {
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.32px;
    }
    .pmg_titBox .input_box .slc_box .opt_list {
        padding: 0;
    }
    .pmg_titBox .input_box .slc_box .opt_list .radio_list {
        height: 45px;
        padding: 12px 10px;
    }
    .pmg_titBox .input_box .slc_box .opt_list .radio_list img {
        width: 24px;
        height: 24px;
    }
    .pmg_titBox .input_box .slc_box .opt_list .game_name label {
        margin: 0;
        font-size: 13px;
        letter-spacing: -0.32px;
    }
    .pmg_titBox .input_box .game_name span,
    .pmg_titBox .input_box .game_name .tag {
        font-size: 8px;
        letter-spacing: -0.2px;
    }
    .pmg_titBox .input_box .game_name .tag {
        padding: 0 7px;
        line-height: 13px;
    }
    .deferBtn_wrap.btn_wrap {
        display: none;
    }
    .deferBtn_wrap.more_wrap {
        display: block;
    }
    .deferBtn_wrap .btn_more {
        position: absolute;
        top: 1px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: transparent url('../images/gbp/btn_more.svg') center no-repeat;
        transform: rotate(90deg);
    }
    .deferBtn_wrap .btn_more+.more_list {
        position: absolute;
        top: 9px;
        right: 45px;
        display: none;
        min-width: 70px;
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
        z-index: 10;
    }
    .deferBtn_wrap .btn_more+.more_list li {
        padding: 5px 10px;
        line-height: 18px;
        text-align: center;
        font-size: 13px;
        letter-spacing: -0.32px;
    }
    .deferBtn_wrap .btn_more+.more_list li:hover {
        background-color: #00000029;
    }
}