input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.coupang_flex {
    display: flex;
}

.content:not(:has(.dbcenter_detail)) {
    position: relative;
}

.coupang_modi_layer {
    display: none;
    position: relative;
    width: 1240px;
    min-height: 336px;
    background: #FFFFFF;
    border: 4px solid #F0F3F6;
    border-radius: 6px;
    padding: 32px 36px 32px 36px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 14px;
    box-sizing: border-box;
}

.coupang_modi_layer.api_layer {
    min-height: 240px;
}

.coupang_modi_layer .coupang_btn {
    text-align: right;
    box-sizing: border-box;
}

.smart_title {
    display: flex;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    align-items: center;
    justify-content: space-between;
}

.smart_title img {
    width: 30px;
    height: 30px;
    vertical-align: -8px;
}

.coupang_btn button {
    border-radius: 6px;
    width: 93px;
    padding: 13px 0;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.coupang_modi_btn {
    background: #0475D5;
    color: white;
    border: none;
    margin-right: 2px;
}
.cm_api_layer_wrap .coupang_modi_btn{
    background-color: #FF3800 !important;
}

.coupang_close_btn {
    background: #FFFFFF;
    border: 1px solid #DADEE2;
}

.coupang_page_head {
    width: 1160px;
    height: 54px;
    background-color: #FBFBFC;
    font-weight: 700;
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: center;
    border-top: 1px solid #000000;
    margin-top: 12px;
}

.coupang_page_code,
.coupang_prd_code {
    width: 212px;
}

.coupang_page_name,
.coupang_prd_nm {
    width: 212px;
}

.coupang_page_price,
.coupang_price {
    width: 212px;
}

.coupang_price_all_btn,
.coupang_option_modi_btn,
.coupang_price_tune_btn {
    width: 68px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DADEE2;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    cursor: pointer;
}

.coupang_price {
    position: relative;
}

.coupang_page_sale,
.coupang_option_price {
    width: 212px;
}

.coupang_page_tags,
.coupang_searchtags {
    width: 350px;
}


/* 수정 박스 */

.coupang_price_tune,
.coupang_op_tune {
    display: none;
    position: absolute;
    width: 284px;
    height: 196px;
    background: #FFFFFF;
    font-weight: 700;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    z-index: 10;
}

.coupang_price_tune {
    left: 533px;
    top: 138px;
}

.coupang_op_tune {
    left: 980px;
    height:131px;
}

.coupang_price_tune>div,
.coupang_op_tune>div {
    display: flex;
}

.coupang_price_tune .price_tune_title,
.coupang_op_tune .price_tune_title {
    height: 47px;
    justify-content: space-between;
    padding: 16px 16px 0 20px;
    border-bottom: 1px solid #F0F3F6;
}

.price_tune_title .price_tune_close,
.price_tune_title .op_tune_close {
    background-image: url(../images/price_tune_close.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -3px;
}

.coupang_input_wrap {
    padding: 0 20px;
}

.coupang_price_refresh,
.coupang_op_refresh {
    cursor:pointer;
    font-size: 12px;
    line-height: 12px;
    margin: 16px 0 8px;
    text-align: left;
    font-weight: 400;
}

.coupang_btn_wrap {
    display: flex;
    color: #737E88;
    text-align: center;
    font-size: 18px;
    border: 1px solid #DADEE2;
    border-radius: 4px;
}

.coupang_btn_wrap div {
    width: 30px;
    height: 30px;
    padding-top: 8px;
}

.coupang_btn_wrap input {
    border: 0px;
    border-right: 1px solid #DADEE2;
    border-left: 1px solid #DADEE2;
    height: 30px;
    width: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.percent {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04rem;
    align-items: flex-end;
    margin: 44px 0 0 84px;
}

.coupang_bottom_wrap {
    border-top: 1px solid #F0F3F6;
    padding-top: 16px;
    gap: 4px;
    margin: 16px 20px 0;
}

.coupang_bottom_wrap button {
    font-weight: 700;
    width: 120px;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.04em;
    border: 0px;
}

.coupang_bottom_wrap .price_tune_close,
.coupang_bottom_wrap .op_tune_close {
    background: #FFFFFF;
    border: 1px solid #DADEE2;
}

.coupang_bottom_wrap .coupang_btn_done {
    background: #0475D5;
    color: white;
}


/* 수정 박스 */

.coupang_flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.coupang_page_li {
    width: 1160px;
    border-top: 1px solid #F0F3F6;
}

.coupang_page_li>li {
    border-bottom: 1px solid #F0F3F6;
}

.coupang_prd_code {
    text-align: center;
}

.coupang_prd_nm,
.coupang_searchtags {
    height: 54px;
    outline: none;
    border: none;
}

.coupang_price,
.coupang_option_price {
    text-align: center;
}

.coupang_each_modi {
    padding-left: 20px;
}

.coupang_option_modi {
    display: none;
    position: absolute;
    width: 548px;
    background-color: white;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    top: -12px;
    left: 212px;
}

.coupang_option_modi input {
    font-size: 14px;
    border: 0px;
    height: 35px;
}

.coupang_option_modi button {
    border: 0;
    font-size: 12px;
    line-height: 12px;
}

.coupang_option_title {
    background-color: #FBFBFC;
    font-weight: 700;
    line-height: 14px;
    gap: 10px;
    justify-content: center;
    height: 36px;
    text-align: center;
    align-items: center;
    border-top: 1px solid #000000;
}

.coupang_option_modi>ul>li {
    border-bottom: 1px solid #F0F3F6;
}

.coupang_option_modi>ul>li>ul {
    gap: 10px;
    justify-content: center;
}

.coupang_modi_op_nm,
.coupang_option_nm {
    width: 250px;
}

li.coupang_modi_op_nm {
    text-align: left;
}

.coupang_modi_cus_price {
    width: 129px;
}

.coupang_modi_cus_price input {
    width: 115px;
    text-align: right;
}

.coupang_modi_op_price {
    width: 129px;
}

.coupang_option_modi .coupang_btn {
    padding: 5px;
    justify-content: center;
    gap: 10px;
}

.coupang_option_modi .coupang_btn button {
    width: 100px;
    height: 28px;
    padding: 0;
}

.coupang_btn .coupang_op_done {
    border: 0;
    background-color: #0475D5;
    color: white;
}

.coupang_btn .coupang_op_close {
    background-color: white;
    border: 1px solid #DADEE2;
}

.coupang_option_modi .coupang_price_tune_btn {
    width: 67px;
    height: 28px;
    border: 1px solid #DADEE2;
}

.coupang_op_tune {
    position: absolute;
}

.coupang_lap * {
    background-color: #f1f1f1;
}

.cm_api_info{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
}
#coupang_oversea,
#smart_oversea{
	appearance: none;

    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #D7D8DB;
    background: #FFF;
}
#coupang_oversea:checked,
#smart_oversea:checked{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1" y="1" width="18" height="18" rx="4" fill="%23E64420"/><path d="M14.1988 6.8501L8.42383 12.6251L5.79883 10.0001" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 20px;
    border: none;
    background-position: center;
}
.oversea_label{
    color: #333;
}
.oversea_link{
    color: #616161;
    margin-left: 8px;
}

.coupang_loading_layer {
    position: absolute;
    top: 0px;
    background-color: white;
    background-image: url(/images/coupang_loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    width: 1250px;
    height: 100%;
    display: none;
}
/*

.coupang_modi_layer .coupang_close_btn,
.coupang_option_modi .coupang_op_close {
    text-align: right;
    cursor: pointer;
    background-image: url(../../images/option_close.png);
    height: 26px;
    width: 26px;
    border: 0px;
}

.coupang_modi_layer .coupang_page_head {
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    border-bottom: 2px solid #0475d5;
    position: relative;
    display: flex;
}

.coupang_modi_layer .coupang_page_head>span {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
}

.coupang_modi_layer .coupang_page_li>li.coupang_lap,
.coupang_modi_layer .coupang_page_li>li.coupang_lap input[type=text] {
    background-color: #f07864;
}

.coupang_modi_layer .coupang_page_li>li.coupang_lap .coupang_price {
    padding-right: 30px;
}

.coupang_modi_layer .coupang_page_li>li {
    height: 50px;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
}

.coupang_modi_layer .coupang_page_li>li:first-child {
    border-top: 0px;
}

.coupang_modi_layer .coupang_page_li input[type=text] {
    height: 30px;
    box-sizing: border-box;
    text-align: left;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    outline: none;
}

.coupang_modi_layer .coupang_page_li>li>ul>li {
    border-left: 1px solid #dcdcdc;
    height: 50px;
    font-size: 15px;
    padding: 10px 30px 0 0;
    letter-spacing: -0.5px;
}

.coupang_modi_layer .coupang_page_li>li>ul>li:first-child {
    border-left: 0px;
}

.coupang_modi_layer .coupang_page_head .coupang_page_code,
.coupang_modi_layer .coupang_page_li .coupang_prd_code {
    width: 137px;
    border-left: 0px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.coupang_modi_layer .coupang_page_li .coupang_prd_code {
    letter-spacing: -0.5px;
    padding-top: 10px;
}

.coupang_modi_layer .coupang_page_head .coupang_page_name {
    width: 246px;
}

.coupang_modi_layer .coupang_page_li .coupang_prd_nm {
    width: 185px;
    margin-left: 30px;
}

.coupang_modi_layer .coupang_page_head .coupang_page_price,
.coupang_modi_layer .coupang_page_li .coupang_price {
    width: 170px;
    line-height: 30px;
    padding-right: 0px;
}

.coupang_modi_layer .coupang_page_head .coupang_page_sale,
.coupang_modi_layer .coupang_page_li .coupang_option_price {
    width: 168px;
    line-height: 30px;
}

.coupang_modi_layer .coupang_page_li .coupang_price,
.coupang_modi_layer .coupang_page_li .coupang_option_price {
    text-align: right;
}

.coupang_modi_layer .coupang_page_head .coupang_page_tags {
    width: 505px;
}

.coupang_modi_layer .coupang_page_li .coupang_searchtags {
    width: 444px;
    margin-left: 30px;
}


/*쿠팡일괄변경*/


/*
.coupang_price_tune_btn,
.coupang_price_all_btn {
    width: 58px;
    font-size: 12px;
    padding: 0px;
    letter-spacing: -0.5px;
    height: 20px;
    cursor: pointer;
}

.coupang_price_tune {
    position: absolute;
    font-weight: bold;
    width: 195px;
    height: 77px;
    border: 1px solid gray;
    background-color: white;
    box-sizing: border-box;
    top: -37px;
    left: 470px;
    display: none;
}

.coupang_op_tune {
    position: absolute;
    font-weight: bold;
    width: 171px;
    height: 62px;
    border: 1px solid gray;
    background-color: white;
    box-sizing: border-box;
    left: 895px;
    display: none;
    padding: 0 7px;
}

.coupang_input_wrap {
    width: 90px;
    float: left;
}

.coupang_price_tune .coupang_input_wrap>input[type=number],
.coupang_op_tune .coupang_input_wrap>input[type=number] {
    width: 55px;
    height: 30px;
    margin: 0px 2px 0 10px;
    text-align: right;
}

.coupang_price_tune .coupang_input_wrap>input[type="number"]::-webkit-outer-spin-button,
.coupang_price_tune .coupang_input_wrap>input[type="number"]::-webkit-inner-spin-button,
.coupang_op_tune .coupang_input_wrap>input[type="number"]::-webkit-outer-spin-button,
.coupang_op_tune .coupang_input_wrap>input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.coupang_price_tune .coupang_btn_wrap,
.coupang_op_tune .coupang_btn_wrap {
    width: 40px;
    height: 60px;
    float: left;
    margin-top: 6px;
}

.coupang_op_tune .coupang_btn_wrap {
    float: right;
    margin-right: 15px;
}

.coupang_op_tune .coupang_btn_wrap {
    margin-top: 1px;
}

.coupang_price_tune .coupang_btn_wrap>div,
.coupang_op_tune .coupang_btn_wrap>div {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 2px;
    width: 40px;
    height: 25px;
    margin-top: 5px;
}

.coupang_btn_done {
    float: left;
    height: 55px;
    width: 43px;
    text-align: center;
    margin: 11px 0 0 7px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
}

.coupang_op_tune .coupang_btn_wrap>div {
    margin-top: 3px;
}

.price_tune_close,
.op_tune_close {
    width: 13px;
    height: 13px;
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    background-color: #ff5848;
    color: white;
    position: absolute;
    cursor: pointer;
    text-align: center;
    right: -1px;
    top: -1px;
}

.coupang_price_refresh,
.coupang_op_refresh {
    font-size: 11px;
    text-decoration: underline;
    width: 65px;
    cursor: pointer;
    margin: 12px 0 -7px 10px;
    letter-spacing: -0.7px;
    line-height: 20px;
    font-weight: normal;
}

.coupang_op_refresh {
    margin: 6px 0 -2px 10px;
}

.coupang_price_refresh:hover,
.coupang_op_refresh:hover {
    font-weight: bold;
}

.coupang_option_modi_btn {
    width: 64px;
    font-size: 11px;
    margin-right: 10px;
}

.coupang_option_modi {
    position: relative;
    background-color: white;
    border: 1px solid #dcdcdc;
    border-top: 0px;
    width: 683px;
    margin-left: 169px;
    top: -40px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    display: none;
}

.coupang_option_modi input[type=number] {
    width: 110px;
    outline: none;
    border: 0px;
    text-align: right;
}

.coupang_option_modi>div>span {
    text-align: center;
    border-left: 1px solid #dcdcdc;
}

.coupang_option_modi>ul>li {
    border-top: 1px solid #dcdcdc;
    min-height: 35px;
    line-height: 35px;
}

.coupang_option_modi ul>li>ul>li {
    border-left: 1px solid #dcdcdc;
    padding: 0 30px 0 10px;
}

.coupang_option_modi ul>li>ul>li.coupang_modi_op_nm {
    line-height: 18px;
    padding: 8px 10px;
}

.coupang_option_modi>ul>li:first-child {
    border-top: 2px solid #0475d5;
}

.coupang_option_modi>div>span:first-child,
.coupang_option_modi ul>li>ul>li:first-child {
    border-left: none;
}

.coupang_modi_op_nm {
    width: 321px;
    text-align: left;
}

.coupang_modi_cus_price,
.coupang_modi_op_price {
    width: 170px;
}

.coupang_option_modi .coupang_btn {
    height: 19px;
    justify-content: flex-end;
}

.coupang_option_modi .coupang_op_done {
    height: 19px;
    font-size: 11px;
    line-height: 15px;
    margin-right: 5px;
    width: 38px;
}

.coupang_option_modi .coupang_op_close {
    width: 19px;
    height: 19px;
    font-size: 10px;
    background-size: cover;
    font-size: 0px;
}

.coupang_loading_layer {
    position: absolute;
    top: 0px;
    background-color: white;
    background-image: url(../images/coupang_loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    width: 1250px;
    height: 100%;
    display: none;
}

.not_sale_option {
    background-color: #efefef;
}

*/