
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style: none;
}

body, code {
    font-size: 18px;
    font-family: "pretendard";
    font-weight: 500;
}

body {
    max-width: 1920px;
    width: 100%;
    margin-top: 0 !important;
}

table {
    border-spacing: 0;
}

.section {
    border-bottom: 0 !important;
}

#front-linker {
    display: none;
}

.form-group {
    position: relative;
}

.item {
    position: absolute;
}

.rank {
    position: absolute;
    right: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="nickname"],
input[type="confirm_password"] {
    width: 270px;
    padding: 14px 14px 14px 120px;
    margin-bottom: 10px;
    margin-left: 8px;
    border-radius: 5px;
    border: none;
    background: #f5f5f5;
}

input[type="search"] {
    width: 270px;
    padding: 15px 14px 13px 35px;
    margin-bottom: 10px;
    margin-left: 8px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    background: #fff;
    color: black;
    line-height: 15px;
}

input:focus + label,
input:not(:placeholder-shown) + label {
    top: 10px;
    left: 72px;
    font-size: 16px;
    padding: 0 5px;
    color: #666;
}

label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.btn_login {
    font-family: 'pretendard';
    font-weight: 500;
    font-size: 18px;
    width: 270px;
    padding: 18px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.btn_login:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
}

.btn_join {
    font-family: 'pretendard';
    font-weight: 500;
    font-size: 18px;
    width: 270px;
    padding: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

.btn_join:hover {
    background-color: #000;
    color: #fff;
}

.bg {
    background: #000;
}

.bg_main {
    background: #f4f5f8;
}

.main_box {
    width: 1200px;
    height: 766px;
    margin-top: 75px;
    margin-bottom: 10px;
    padding: 45px 0 0 30px;
}

.bn {
    margin-top: 70px;
    margin-left: 20px;
}

header {
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}

.header_box {
    padding-bottom: 20px;
    background: #fff;
}

header h1 {
    text-align: center;
    margin: auto;
}

.header_main {
    height: 57px;
    z-index: 999;
}

.logo {
    margin-top: 40px;
}

.sub_logo_box {
    width: 190px;
    height: 77px;
    border-right: 1px solid #EDEDED;
    padding-top: 30px;
}

.sub_logo {
    margin-left: 20px;
    margin-top: 16px;
}

.login_info {
    width: 250px;
    color: #fff;
    font-size: 13px;
    float: right;
    margin-right: 410px;
    margin-top: -25px;
}

.btn_profile {
    width: 100px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 8px;
}

.btn_logout {
    width: 73px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    background: #EBEBEB;
    color: #000;
    border-radius: 8px;
}

/*상품순위*/
.header_main h1 {
    text-align: left;
}

.left_menu {
    position: relative;
    width: 190px;
    border-right: 1px solid #EDEDED;
}

.left_menu a {
    text-decoration: none;
}

.l_menu {
    /*padding-top: 30px;*/
    padding-top: 76px;
}

.left_menu ul li {
    padding-left: 30px;
}

.left_menu .on {
    width: 190px;
    height: 50px;
    color: #000;
    border-right: 0;
    font-weight: 800;
}

.left_menu .off {
    width: 190px;
    height: 50px;
    color: #000;
    opacity: 0.5;
    border-right: 0;
}

.left_menu .off:hover {
    width: 150px;
    height: 50px;
    color: #66AAEE;
    opacity: 1.0;
    border-right: 0;
    font-weight: 800;
}

.left_menu .none {
    width: 150px;
    height: 28px;
    border-right: none;
}

.left_menu a {
    text-decoration: none;
    color: inherit;
}

.tab_all {
    list-style: none;
}

.tab_all ul {
    margin-top: -43px;
}

.tab {
    width: 223px;
    height: 45px;
    margin-right: 10px;
    border-radius: 100px;
    text-align: center;
    line-height: 43px;
    background: #000;
    color: #fff;
}

.tab_off {
    width: 223px;
    height: 45px;
    border-radius: 100px;
    text-align: center;
    line-height: 43px;
    background: #ebebeb;
    color: #666;
}

.tab_off:hover {
    color: #fff;
    background: #000;
}

.tit_bar {
    display: flex; /* Flexbox 레이아웃 적용 */
    justify-content: space-between;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-input {
    padding-left: 30px; /* 이미지의 너비만큼 왼쪽 패딩 추가 */
}

.search-icon {
    position: absolute;
    left: 20px; /* 이미지의 위치 조절 */
    top: 45%;
    transform: translateY(-50%);
    width: 20px; /* 이미지의 너비 */
    height: auto; /* 이미지의 높이 자동 조절 */
}


.btn_search {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 80px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}

.btn_add_company {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 160px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #000;
    line-height: 43px;
}

.btn_add_company:hover, .btn_add_product:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
    cursor: pointer;
}

.detail_box {
    width: 1106px;
    height: 230px;
    margin-top: 115px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 15px 45px;
    border: 2px solid #000;
    border-radius: 20px;
    background: #fff;
}

.product_info {
    width: 1000px;
}

.thum_img_big {
    border-radius: 10px;
    width: 172px;
    height: 172px;
}

.shop_name {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.btn_product_view {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 160px;
    height: 45px;
    border-radius: 5px;
    background: #ebebeb;
    line-height: 45px;
}

.btn_keyword {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 160px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #000;
    line-height: 45px;
}

.list_th th {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}

.list_td td {
    height: 120px;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.list_td td:nth-child(1) {
    text-align: left;
    padding: 0 20px;
}

.list_td td:nth-child(2) {
    text-align: left;
}

.list_td td:nth-child(3) {
    color: #666;
}

.list_td td:nth-child(4) {
    font-size: 20px;
    font-weight: 600;
}

.list_td td:nth-child(5) {
    font-size: 20px;
    font-weight: 600;
}

.list_td:hover,
.list_td a:hover {
    cursor: pointer;
    color: #66AAEE;
}

.img_array {
    display: flex;
    align-items: center;
}

.up {
    color: #000 !important;
}

.down {
    color: #000 !important;
}

.list_img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.paging {
    width: 235px;
    margin: 15px auto;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #c7c7c7;
}

.paging_on {
    color: #000 !important;
}

.paging a:hover {
    color: #66AAEE;
    cursor: pointer;
}

.detail_graph_box {
    width: 1106px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 45px 45px 50px;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    background: #fff;
}

.keyword_list {
    width: 300px;
    background: #ededed;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.keyword_no {
    float: right;
    margin-right: 20px;
    font-weight: 600;
}

.keyword_no .wee {
    font-size: 12px;
    color: #666;
}

.setting_box {
    width: 1220px;
    height: 80px;
    border-radius: 10px;
    background: #F4F5F8;
}

.setting_day {
    width: 867px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c7c7c7;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
}

.day {
    width: 775px;
}

/* CSS for the tooltip */
.tooltip {
    position: absolute;
    display: none;
    padding: 5px;
    background-color: #fff;
    color: #2a2a2a;
    border-radius: 5px;
    border: 2px solid #000;
}

/* CSS for the keyword list */
.keyword-list-item {
    cursor: pointer;
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    width: 238px;
    height: 53px;
    line-height: 53px;
    background: #fff;
    border-radius: 10px;
    padding-left: 18px;
    margin-top: 10px;
    border: 2px solid transparent;
}


.keyword-list-item-on:nth-child(1) {
    border: 2px solid #EA5497;
}

.keyword-list-item-on:nth-child(2) {
    border: 2px solid #00C73C;
}

.keyword-list-item-on:nth-child(3) {
    border: 2px solid #FCB02D;
}

.keyword-list-item-on:nth-child(4) {
    border: 2px solid #6AD1C2;
}

.keyword-list-item-on:nth-child(5) {
    border: 2px solid #9357FA;
}

.graph_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 170px;
    padding: 14px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: url('/assets/images/btn_select_down.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    /*padding-right: 30px;*/
}


.graph_select:hover,
.graph_select:focus {
    border-color: #aaa;
}

.graph_select option:checked {
    background-color: #e0e0e0;
}

/*키워드 순위*/
.detail_list_box {
    width: 1106px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 45px;
    background: #fff;
}

.no_up {
    color: #002BFF;
}

.no_down {
    color: #FC5624;
}

.keyword_list_th th {
    background: #fff;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}

.keyword_list_td td {
    height: 60px;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.keyword_list_td a:hover {
    color: #66AAEE;
}

.keyword_paging {
    margin: 15px auto 5px;
    font-size: 16px !important;
    font-weight: 500;
    color: #c7c7c7;
}

.keyword_paging_on {
    color: #2a2a2a !important;
}

.keyword_paging a:hover {
    color: #66AAEE;
}


/*인기도 검색*/
.no_main_box {
    width: 1595px;
    margin-top: 70px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 25px 0;
    background: #fff;
}

.no_list_th, [class='keyword_list_th'][data-type='all'] {
    position: sticky;
    top: 101px;
    background-color: white; /* 스크롤 중에도 thead 배경을 흰색으로 유지 */
    z-index: 1; /* 다른 요소 위에 표시 */
}

.no_list_th th {
    background: #fff;
    border-top: 2px solid #000;
    color: #000;
    border-bottom: 1px solid #ededed;
    font-family: "pretendard";
    font-size: 14px;
    font-weight: 600;
    height: 55px;
}

.no_list_th th:nth-child(2n) {
    background: #f5f5f5;
    border-top: 2px solid #000;
    color: #000;
    font-family: "pretendard";
    font-size: 14px;
    font-weight: 600;
    height: 55px;
}

.no_list_td {
    color: #2a2a2a;
}

.no_list_td:hover {
    /*background-color: #F4F5F8;*/
    color: #FC5624;
}

.no_list_td td {
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
    /*color: #000;*/
    font-family: "pretendard";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.no_list_td td:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
}

.no_list_td td:nth-child(3) {
    padding: 0 20px;
    text-align: left;
}

.no_list_td td:nth-child(2n) {
    background: #f5f5f5;
}

.no_main_box a:hover {
    color: #66AAEE;
}

.list_td a:hover {
    color: #66AAEE;
}

.good {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bad {
    justify-content: center;
    align-items: center;
}

.pre_62_exb {
    font-size: 62px;
    font-family: "pretendard";
    font-weight: 800;
}

.pre_40_exb {
    font-size: 40px;
    font-family: "pretendard";
    font-weight: 800;
}

.pre_34_exb {
    font-size: 34px;
    font-family: "pretendard";
    font-weight: 800;
}

.pre_30_exb {
    font-size: 30px;
    font-family: "pretendard";
    font-weight: 800;
}

.pre_28 {
    font-size: 28px;
    font-family: "pretendard";
    font-weight: 500;
}

.pre_22_b {
    font-size: 22px;
    font-family: "pretendard";
    font-weight: 600;
}

.pre_20_b {
    font-size: 20px;
    font-family: "pretendard";
    font-weight: 600;
}

.pre_18_b {
    font-size: 18px;
    font-family: "pretendard";
    font-weight: 600;
}

.pre_14_b {
    font-size: 14px;
    font-family: "pretendard";
    font-weight: 600;
}

.pre_16 {
    font-size: 16px;
    font-family: "pretendard";
    font-weight: 500;
}

.pre_15 {
    font-size: 15px;
    font-family: "pretendard";
    font-weight: 400;
}

.pre_12 {
    font-size: 12px;
    font-family: "pretendard";
    font-weight: 500;
}

.white {
    color: #fff;
}

.point {
    color: #FF9E68;
}

.navi {
    color: #000;
}

.navi_dark {
    color: #202333;
}

.gray {
    color: #666;
}

.gray_dark {
    color: #2a2a2a !important;
}

.orange {
    color: #66AAEE;
}

.w100 {
    width: 100%;
}

.top50 {
    margin-top: 50px;
}

.top45 {
    margin-top: 45px;
}

.top40 {
    margin-top: 40px;
}

.top30 {
    margin-top: 30px;
}

.top25 {
    margin-top: 25px;
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

.top8 {
    margin-top: 8px;
}

.top5 {
    margin-top: 5px;
}

.top_70 {
    margin-top: -70px;
}

.right40 {
    margin-right: 40px;
}

.right30 {
    margin-right: 30px;
}

.right20 {
    margin-right: 20px;
}

.right10 {
    margin-right: 10px;
}

.right5 {
    margin-right: 5px;
}

.right3 {
    margin-right: 3px;
}

.left220 {
    margin-left: 220px;
}

.left200 {
    margin-left: 200px;
}

.left190 {
    margin-left: 190px;
}

.left40 {
    margin-left: 40px;
}

.left30 {
    margin-left: 30px;
}

.left20 {
    margin-left: 20px;
}

.left10 {
    margin-left: 10px;
}

.left5 {
    margin-left: 5px;
}

.left-170 {
    margin-left: -170px;
}

.left-160 {
    margin-left: -160px;
}

.left-150 {
    margin-left: -150px;
}


.bot50 {
    margin-bottom: 50px;
}

.bot20 {
    margin-bottom: 20px;
}

.bot15 {
    margin-bottom: 15px;
}

.bot10 {
    margin-bottom: 10px;
}

.pad_top300 {
    padding-top: 300px;
}

.pad_top250 {
    padding-top: 250px;
}

.pad_top60 {
    padding-top: 60px;
}

.pad_top50 {
    padding-top: 50px;
}

.pad_top30 {
    padding-top: 30px;
}

.pad_bot20 {
    padding-bottom: 20px;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex_center {
    align-items: center;
}

.flex_between {
    justify-content: space-between;
}

.flex_justify_center {
    justify-content: center;
}

.column {
    flex-direction: column;
}

.flex_grow1 {
    flex-grow: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.text_align_left {
    text-align: left;
}

.border_none {
    border: none !important;
}


.fixed {
    position: fixed;
    width: 100%;
}

.key {
    width: 1347px;
    margin: auto;
}

.key_txt {
    width: 600px;
    margin-top: 209px;
}

.key_img {
    width: 714px;
}

.btn_view {
    color: #000;
    font-size: 22px;
    width: 246px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}

.login {
    width: 390px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #000;
    margin: auto;
    text-align: center;
}


/* 슬라이드 */
/*슬라이드*/
.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    margin-left: -70px;
    color: white;

    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: -70px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {

}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/*슬라이드 끝*/


.section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    border-bottom: 2px solid white;
}

.scroll-nav {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.scroll-nav.show {
    opacity: 1;
}

.active {
    font-weight: bold;
}

.fixed {
    position: fixed;
    width: 100%;
}

#storeDetailKeywordHistoryTable thead {
    position: sticky;
    top: -10px;
    background-color: white; /* 스크롤 중에도 thead 배경을 흰색으로 유지 */
    z-index: 1; /* 다른 요소 위에 표시 */
}

#nextWeekBtn, #prevWeekBtn {
    padding-top: 15px;
    padding-bottom: 15px;
}

#nextWeekBtn:hover, #prevWeekBtn:hover {
    cursor: pointer;
}

.keyword_paging a:hover {
    cursor: pointer;
}

.page {
    margin-right: 10px;
}


.accountMemo:hover,.accountSearchCount:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}


/* Custom select box */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 140px; /* Adjust width as needed */
    outline: none;
}

.custom-select-wrapper::after {
    content: '\25BC';
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.custom-select-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.custom-select-wrapper select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Hover effect */
.custom-select-wrapper:hover::before {
    border-color: #888;
}

/* Focus effect */
.custom-select-wrapper select:focus + ::before {
    border-color: #555;
}

.hitsContainer {
    width: 250px;
    margin-right: 50px;
    margin-top: 5px;
}

#hitsTable {
    width: 100%;
    text-align: center;
}

#hitsTable thead {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

#hitsTable tbody {
    font-size: 12px;
}

.salesTd:hover {
    cursor: pointer;
}

.addBtn {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    background: black;
}

.addBtn:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
    cursor: pointer;
}

.closeBtn {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
    background: black;
}

.closeBtn:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
    cursor: pointer;
}

.input-url {
    padding: 14px 14px 14px 14px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /*box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.list_td a:hover, .hover_name:hover {
    color: #FC5624;
    cursor: pointer;
}

.keyword_list_td .hover_name:hover {
    cursor: pointer;
}

.btn_search:hover, .btn_product_view:hover {
    /*background-color: #FC5624;*/
    /*border: 1px solid #FC5624;*/
    background-color: black;
    /*border: 1px solid black;*/
    color: #fff;
    cursor: pointer;
}

.popularLink {
    cursor: pointer;
}


.admin_account_list_th th {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}

.admin_account_list_td td {
    height: 60px;
    border-bottom: 1px solid #ededed;
    color: #000;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}


.btn_delete {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: black;
    width: 80px;
    height: 35px;
    border: 1px solid black;
    border-radius: 5px;
    background: #fff;
}

.btn_delete:hover {
    cursor: pointer;
    /*background-color: #FC5624;*/
    /*border: 1px solid #FC5624;*/
    background-color: black;
    border: 1px solid black;
    color: #fff;
}

.btn_logout:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

.keyword_list_td:hover {
    cursor: pointer;
    color: #FC5624;
}

/*.hitsTd {*/
/*    cursor: pointer;*/
/*}*/


.btn_delete_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 160px;
    height: 41px;
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    line-height: 43px;
}

.btn_delete_detail:hover {
    cursor: pointer;
    filter: invert(100%);
    /*background-color: #FC5624;*/
    /*border: 1px solid #FC5624;*/
    /*background-color: black;*/
    border: 2px solid white;
    /*color: #fff;*/
}

.keyword_list_th th:hover,.list_th th:hover {
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add your box shadow */
}

#calendar:hover {
    cursor: pointer;
}

.guaranteedTd:hover {
    cursor: pointer;
    background-color: #555555;
    color: whitesmoke;
}


.moreTable {
    width: 93%;
    border-top: 1px solid #939393;
}

.moreLeft {
    color: darkblue;
    font-size: 16px;
    font-weight: bold;
    padding:11px 2px 11px 11px;
    text-align: center;
}

.moreRight {
    color: #332f2f;
    font-size: 14px;
    font-weight: bold;
    padding:11px 15px 11px 2px;
    text-align: center;
}

.closeMore {
    font-family: "pretendard";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 93%;
    height: 35px;
    border: 1px solid black;
    border-radius: 5px;
    background: #000;
}

.closeMore:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
    cursor: pointer;
}


#image-container {
    position: relative;
    display: inline-block;
}

#image-container img {
    display: block;
}

.refreshInfoBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.85); /* 반투명 흰색 배경 */
    color: black;
    padding: 5px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    display: none; /* 기본적으로 숨김 */
}

#image-container:hover .refreshInfoBtn {
     display: block; /* 호버 시 표시 */
    cursor: pointer;
 }

.refreshAllInfoBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.85); /* 반투명 흰색 배경 */
    color: black;
    padding: 5px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    display: none; /* 기본적으로 숨김 */
}

#image-container:hover .refreshAllInfoBtn {
    display: block; /* 호버 시 표시 */
    cursor: pointer;
}

.manager_name span {
    color: #666;
    height: 120px;
    font-family: "pretendard";
    font-size: 16px;
    text-align: center;
}

.btn_reload {
    border-radius: 5px;
    background: #000;
    color: #fff;
    border: none; /* 기본 테두리 제거 */
    padding: 5px 10px; /* 버튼 패딩 추가 */
}

.btn_reload:hover {
    background-color: #66AAEE;
    border: 1px solid #66AAEE;
    color: #fff;
    cursor: pointer;
}


.ellipsis-text {
    display: inline-block;
    max-width: 170px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis-text.hover-expanded {
    white-space: pre-wrap;
    text-overflow: inherit;
}

.ellipsis-text.hover-expanded.small-font:hover {
    font-size: 12px; /* 작게 줄이는 폰트 사이즈 */
}