/**
 * adpick_hotfixs.css
 * - adpick.hotfix.css 대체 (layout.php 로드)
 * - 원본: res/scss/adpick.hotfix.scss
 * - SDK API 가이드는 Tailwind + 아래 잔존 규칙
 */

#header .logobar .header-badges > ul > li {
    display: flex;
    align-items: center;
}
#header .logobar .header-badges .header-icon-group {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 3px 0 0;
    margin: 0;
}
#header .logobar .header-badges .header-icon-group .badge-agent,
#header .logobar .header-badges .header-icon-group .badge-bell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 34px;
    height: 38px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
#header
    .logobar
    .header-badges
    .header-icon-group
    .badge-agent
    .header-lucide-icon,
#header .logobar .header-badges .header-icon-group .badge-agent svg {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -3px;
    flex-shrink: 0;
    stroke: #000;
    color: #000;
}
#header
    .logobar
    .header-badges
    .header-icon-group
    .badge-bell
    .header-lucide-icon,
#header .logobar .header-badges .header-icon-group .badge-bell svg {
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 2px;
    stroke: #000;
    color: #000;
}
#header .logobar .header-badges .header-icon-group .badge-bell .badge-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: #f44336;
    border-radius: 50%;
    border: 2px solid #fff;
}
.global-menu .utilWrap .header-icon-group {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 2px 0 0;
    line-height: normal;
}
.global-menu .utilWrap .header-icon-group .badge-agent,
.global-menu .utilWrap .header-icon-group .badge-bell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 1;
    top: auto;
    right: auto;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
.global-menu .utilWrap .header-icon-group .badge-agent .header-lucide-icon,
.global-menu .utilWrap .header-icon-group .badge-agent svg {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    flex-shrink: 0;
    stroke: #000;
    color: #000;
}
.global-menu .utilWrap .header-icon-group .badge-bell .header-lucide-icon,
.global-menu .utilWrap .header-icon-group .badge-bell svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    flex-shrink: 0;
    stroke: #000;
    color: #000;
}
.global-menu .utilWrap .header-icon-group .badge-bell .badge-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: #f44336;
    border-radius: 50%;
    border: 2px solid #fff;
}
.menu-beta-tag {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 1px 5px;
    border-radius: 4px;
    background-color: #ef4444;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
}
.side-tab-wrap .depth2 .menu-beta-tag {
    margin-left: 3px;
    font-size: 8px;
    padding: 1px 4px;
}
.btm-submenu-label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
    line-height: 1.25;
    position: relative;
}
.btm-submenu-label .menu-beta-tag {
    margin-left: 0;
    font-size: 8px;
}
.btm-submenu-label .menu-end-tag {
    margin-left: 0;
    font-size: 9px;
}
.menu-end-tag {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 1px 5px;
    border-radius: 4px;
    background-color: #e5e7eb;
    color: #6b7280;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    vertical-align: middle;
}
.side-tab-wrap .depth2 .menu-end-tag {
    margin-left: 3px;
    font-size: 9px;
    padding: 1px 4px;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    .product-item-main {
    width: 100%;
    flex: 1 1 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item.product-mall
    .product-item-main {
    width: 100%;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner.product-aicont {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100% !important;
    max-width: none !important;
    margin: 10px 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-top: 1px solid rgba(0, 194, 206, 0.35);
    background-color: #292d36 !important;
    background-image:
        linear-gradient(
            105deg,
            rgba(0, 194, 206, 0) 0%,
            rgba(0, 194, 206, 0.22) 35%,
            rgba(71, 206, 172, 0.28) 55%,
            rgba(120, 100, 255, 0.18) 72%,
            rgba(0, 194, 206, 0) 100%
        ),
        linear-gradient(180deg, #2f3a45 0%, #292d36 55%, #243632 100%) !important;
    background-size:
        280% 100%,
        100% 100%;
    background-repeat: no-repeat;
    animation:
        agent-banner-shimmer 2.4s linear infinite,
        agent-banner-pulse 2.2s ease-in-out infinite;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 20px rgba(0, 194, 206, 0.2);
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner.product-aicont::before,
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner.product-aicont::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(18px);
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner.product-aicont::before {
    width: 55%;
    height: 180%;
    left: -8%;
    top: -40%;
    background: radial-gradient(
        circle,
        rgba(0, 194, 206, 0.75) 0%,
        rgba(0, 194, 206, 0.25) 42%,
        rgba(0, 194, 206, 0) 72%
    );
    animation: agent-banner-glow-a 3.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner.product-aicont::after {
    width: 50%;
    height: 170%;
    right: -6%;
    bottom: -50%;
    background: radial-gradient(
        circle,
        rgba(71, 206, 172, 0.7) 0%,
        rgba(71, 206, 172, 0.22) 45%,
        rgba(71, 206, 172, 0) 72%
    );
    animation: agent-banner-glow-b 3.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
    animation-delay: -1.2s;
}
@media (prefers-reduced-motion: reduce) {
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        > .product-agent-banner.product-aicont {
        animation: none;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        > .product-agent-banner.product-aicont::before,
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        > .product-agent-banner.product-aicont::after {
        animation: none;
        opacity: 0.7;
    }
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner
    .aicont-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner
    .aicont-title
    .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-shrink: 0;
    width: auto !important;
    height: auto !important;
    min-height: 38px;
    margin: 0 !important;
    padding: 9px 16px;
    box-sizing: border-box;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(
        135deg,
        #00b8c4 0%,
        #47ceac 45%,
        #2db88f 100%
    ) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow:
        0 2px 10px rgba(0, 194, 206, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner
    .aicont-title
    .btn::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 0 8px rgba(255, 255, 255, 0.9),
        0 0 14px rgba(0, 194, 206, 0.8);
    animation: agent-btn-dot-pulse 1.6s ease-in-out infinite;
}
@media screen and (min-width: 1024px) {
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        > .product-agent-banner
        .aicont-title
        .btn {
        min-height: 40px;
        padding: 10px 20px;
        font-size: 12px;
    }
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner
    .titwrap {
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
    margin: 0;
    font-size: clamp(13px, 3.6vw, 16px);
    font-weight: 700;
    line-height: 1.35;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner
    .banner-txt {
    word-break: keep-all;
}
.shopping-main-content.product-item-detail
    .page-shopping-product
    .product-item
    > .product-agent-banner:hover
    .aicont-title
    .btn {
    transform: scale(1.03);
    box-shadow:
        0 4px 16px rgba(0, 194, 206, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1024px) {
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        .product-item-main {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0 !important;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        .utils {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        > .product-agent-banner.product-aicont {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1465px) {
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item {
        padding-bottom: 0 !important;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        .product-item-main
        .infobar {
        flex: 1 1 0;
        min-width: 0;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        .product-item-main
        .thum {
        flex: 0 0 auto;
    }
    .shopping-main-content.product-item-detail
        .page-shopping-product
        .product-item
        .utils {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: 20px !important;
        border-top: 0 !important;
    }
}
@keyframes agent-banner-shimmer {
    0% {
        background-position:
            -120% 0,
            0 0;
    }
    100% {
        background-position:
            120% 0,
            0 0;
    }
}
@keyframes agent-banner-pulse {
    0%,
    100% {
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.06),
            0 0 12px rgba(0, 194, 206, 0.15),
            0 0 24px rgba(71, 206, 172, 0.1);
        border-top-color: rgba(0, 194, 206, 0.25);
    }
    50% {
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            0 0 32px rgba(0, 194, 206, 0.45),
            0 0 56px rgba(71, 206, 172, 0.3);
        border-top-color: rgba(71, 206, 172, 0.65);
    }
}
@keyframes agent-banner-glow-a {
    0% {
        opacity: 0.55;
        transform: translate(-12%, 8%) scale(0.92) rotate(0deg);
    }
    25% {
        opacity: 1;
        transform: translate(28%, -6%) scale(1.18) rotate(8deg);
    }
    50% {
        opacity: 0.75;
        transform: translate(18%, 14%) scale(1.05) rotate(-4deg);
    }
    75% {
        opacity: 1;
        transform: translate(-8%, -10%) scale(1.2) rotate(6deg);
    }
    100% {
        opacity: 0.55;
        transform: translate(-12%, 8%) scale(0.92) rotate(0deg);
    }
}
@keyframes agent-banner-glow-b {
    0% {
        opacity: 0.5;
        transform: translate(10%, -12%) scale(0.9) rotate(0deg);
    }
    25% {
        opacity: 0.95;
        transform: translate(-32%, 10%) scale(1.22) rotate(-10deg);
    }
    50% {
        opacity: 0.65;
        transform: translate(-18%, -14%) scale(1.08) rotate(5deg);
    }
    75% {
        opacity: 1;
        transform: translate(22%, 6%) scale(1.16) rotate(8deg);
    }
    100% {
        opacity: 0.5;
        transform: translate(10%, -12%) scale(0.9) rotate(0deg);
    }
}
@keyframes agent-btn-dot-pulse {
    0%,
    100% {
        opacity: 0.75;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}
@media screen and (min-width: 1280px) {
    body.Windows.MSIE .page-dashboard .row.row2 .box .content {
        min-height: 352px;
    }
}
.btn-two-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
    flex-flow: row wrap;
}
.btn-two-group .om-bt {
    font-size: 15px;
    padding: 10px;
    min-width: 100px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .btn-two-group .om-bt {
        min-width: 200px;
    }
}
.is_top .bbsWrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.is_top .bbsWrap .titlewrap {
    margin-top: 10px;
}
.btn-flex-wrap {
    display: flex;
    gap: 5px;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .btn-flex-wrap {
        justify-content: start;
    }
}
.om-bt-big {
    padding: 0px 15px;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    background-color: #d43a47;
    display: inline-block;
    border-radius: 15px;
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .om-bt-big {
        padding-left: 10px;
        padding-right: 10px;
        height: 25px;
        line-height: 26px;
    }
}
.om-bt-big.ispremium {
    background-color: #000;
    color: #fc0;
}
.om-bt-big.nopremium {
    background-color: #606060;
}
.om-bt-big.nopremium.new {
    position: relative;
}
.om-bt-big.nopremium.new::after {
    content: "";
    font-weight: bold;
    background-color: #ef3d02;
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 13px;
    height: 13px;
    font-size: 0.9em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.om-bt-gray1,
.om-bt-gray2,
.om-bt-gray3,
.om-bt-black1,
.om-bt-black2,
.om-bt-black3,
.om-bt-blue1,
.om-bt-blue2,
.om-bt-mint1,
.om-bt-red1,
.om-bt-white1,
.om-bt-white2,
.om-bt-green1 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.om-bt-gray1 {
    background: #d53a47;
}
.om-bt-gray2 {
    background: #b6bdc7;
}
.om-bt-gray3 {
    background-color: #f0f0f0;
}
.om-bt-gray3 {
    background-color: #efefef;
}
.om-bt-black1 {
    background: #404853;
}
.om-bt-black2 {
    background: #1d2129;
}
.om-bt-black3 {
    background: #1d2129;
}
.om-bt-blue1 {
    background: #11adf4;
}
.om-bt-blue2 {
    background: #61c7eb;
}
.om-bt-blue3 {
    background: #2a7de2;
}
.om-bt-blue4 {
    background: #088bc8;
}
.om-bt-blue5 {
    background: #5c7ec5;
}
.om-bt-mint1 {
    background: #3fc6aa;
}
.om-bt-mint2 {
    background: #2cc9a3;
    color: #fff;
}
.om-bt-red1 {
    background: #d53a47;
}
.om-bt-red2 {
    background: #d53b47;
}
.om-bt-white1 {
    background: #fff;
}
.om-bt-white2 {
    background: #fff;
    color: #000;
}
.om-bt-green1 {
    background: #aeda77;
}
.mylinks .btn_logout {
    background: #538fde;
}
.mylinks .btn_modify {
    background: #6d747f;
}
.om-input-date-cal,
.om-input-date-custom,
.om-select-custom,
.donation .rank,
.profitSummary .ttotal,
.om-gradientbox,
#loading,
#resultTxt,
.shoplist .link {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.content_guide {
    padding-left: 0;
    padding-right: 0;
}
.guideWrap {
    padding-left: 10px;
    padding-right: 10px;
}
.guideWrap .faq {
    max-width: 100%;
    margin-top: 0;
}
.guideWrap .sdk {
    max-width: 100%;
    margin-top: 0;
}
.guideWrap .sdk .title_wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
.guideWrap .sdk .title_wrap .desc {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .contents-bbs {
        padding: 0 3%;
    }
}
@media screen and (min-width: 1466px) {
    .contents-bbs {
        padding-left: 0;
        padding-right: 0;
    }
}
.missions .cont {
    -khtml-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.contents-roulette .more .txt,
.contents-roulette .userPoint {
    -khtml-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.content_appbox {
    max-width: 100%;
}
.bubble-wrap {
    position: relative;
}
.label-bubble {
    display: inline-table;
    min-width: 200px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 100%;
    transform: translateY(100%);
    font-weight: 500;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #ebebeb;
    font-size: 12px;
    color: #131a1d;
}
.label-bubble::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 15%;
    border: 4px solid transparent;
    border-top: 8px solid #ebebeb;
    z-index: -1;
    transform: rotate(180deg) translateY(100%);
}
@media screen and (min-width: 1024px) {
    .label-bubble {
        display: none;
    }
}
.list-style-disc.black .dot {
    background-color: #000;
}
.list-style-disc li {
    position: relative;
    padding-left: 10px;
}
.list-style-disc .dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #fff;
}
/* SDK API 상세 — 공통 a/ul 리셋·보더·스크롤바 (TW로 밀리는 부분만) */
.content_box_sdk {
    padding: 0;
    max-width: 100%;
}
.content_box_sdk .btn-list,
.content_box_sdk .btn-inquiry {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.content_box_sdk .btn-list {
    background-color: #fff;
    color: #495057;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.content_box_sdk .btn-list:hover {
    background-color: #f8f9fa;
    color: #212529;
    border-color: #ced4da;
}
.content_box_sdk .btn-inquiry {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.content_box_sdk .btn-inquiry:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.content_box_sdk .api-guide-header {
    border-bottom: 2px solid #f1f3f5;
}
.content_box_sdk .api-blue-box {
    border: 1px solid #91d5ff;
}
.content_box_sdk .api-url-box {
    border: 1px solid #bae7ff;
}
.content_box_sdk .api-param-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ced4da;
}
.content_box_sdk .api-response-item {
    border: 1px solid #eee;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content_box_sdk .api-response-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e0e0;
    background: #fff;
}
.content_box_sdk .api-code-block {
    scrollbar-width: thin;
    scrollbar-color: #abb2bf #282c34;
}
.content_box_sdk .api-code-block::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.content_box_sdk .api-code-block::-webkit-scrollbar-thumb {
    background-color: #abb2bf;
    border-radius: 5px;
    border: 2px solid #282c34;
}
.content_box_sdk .api-code-block::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.content_box_sdk .warning-box {
    border: 1px solid #ffd8a8;
}
.content_box_sdk .warning-list {
    list-style: disc;
    padding-left: 20px;
}
