
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    /* Pretendard ¿ì¼±ÇÏ´Â °æ¿ì */
}

a {
    color: #000;
}

h5{
    font-size: 1rem;
}

body {
    padding-top: 160px; /* header ³ôÀÌ¿¡ ¸ÂÃß¼¼¿ä! */
    background: #F4F6FB !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
/* ¸ð¹ÙÀÏ(767px ÀÌÇÏ)¿¡¼­ ÆÐµù Á¦°Å */
@media (max-width: 767px) {
    body {
        padding-top: 0 !important;
        background: white !important;
    }
}


.container {
    /*/max-width: 95%;*/
}


.menu_header {
    padding: 30px 40px 30px;
    background-color: #ebf4ff;
    font-weight: 500;
    font-size: 1.3em;
}

th {
    font-weight: 400;
}

.table-sm {
    font-size: 13px;
}

.itemurl {
    font-size: 12px;
}

.tb_button {
    font-size: 12px;
    padding: 0rem 0.5rem;
}
.btn-sm {
    padding: 3px 10px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    height: 30px !important;
}

.btn-primary {
    background-color: #5e72e4;
    border-color: #5e72e4;
    color: white;
}

.btn-danger {
    background-color: #f5365c;
    border-color: #f5365c;
    color: white;
}

.kakao_logo {
    width: 22px;
    height: 20px;
    left: 290px;
    margin-top: 4px;
    background: url(/img/kakao_logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dotunderline {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #E0E0E0;
}

.setval {
    font-size: 13px;
}

.input_set {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-weight: 500;
}

    .input_set:focus {
        border-bottom: 1px solid red;
    }

.scrollview {
    height: 80vh;
    overflow: auto;
}
.main {
   
  width: 100%;
  max-width: 1350px;
  min-width: 1350px;
  margin: 0 auto; /* °¡¿îµ¥ Á¤·Ä */

}

.m_main:hover {
    color: #2d80d2 !important;
}


.bd-link {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

    .bd-link:hover {
        text-decoration: underline; /* Optional: To add underline on hover */
        color: #0056b3; /* Optional: Changes color on hover */
    }

.pagination-container {
    position: relative;
}

.pagination {
    margin: 3rem 0 2rem 0;
    justify-content: center;
    display: flex;
}

.page-item {
    margin: 0 0.5rem;
}

.right-end-button {
    position: absolute;
    right: 0;
}

.right-next-end-button {
    position: absolute;
    right: 70px;
}

.left-end-button {
    position: absolute;
    left: 0;
}


.bd-subject {
    border-bottom: 1px solid #d3d3d3; /* You can adjust the color and thickness */
    display: inline-block; /* Ensures the border doesn't extend beyond the text width */  
    line-height: 2rem;
}

.bd-body {
    margin: 1rem 0 1rem 0;
    border-bottom: 1px solid #d3d3d3;
    /**display: inline-block;*/
    padding-bottom: 5rem;
    line-height: 2rem;
}

/* ¸ð¹ÙÀÏ(767px ÀÌÇÏ)¿¡¼­ ÆÐµù Á¦°Å */
@media (max-width: 767px) {
    .bd-body {
        line-height: 1rem !important;
    }
}

.bd-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.bd-title-date {
    margin-bottom: 1rem;
    color: #4d4d4d;
}

.bd-image {
}

.bd-btn {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 4rem;
}

.bd-reply {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}

.each-reply {
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: 1.5rem;
}

.each-reply-title {
    margin: 0.5rem 0.5rem;
}

.each-reply-ment {
    padding: 10px 10px 15px 50px;
}

.each-reply-user {
    margin: 0 1rem;
}

.tb-sm {
    font-size: 1rem;
    color: #848484;
}

.align-right {
    text-align: right;
}

.epointer:hover {
    cursor: pointer;
}

.sidebar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
    display: none; /* Ã³À½¿¡´Â ¾Èº¸ÀÓ */
}

    .sidebar_overlay.active {
        display: block; /* º¸ÀÌ°Ô */
    }

/* mobile Sidebar layout and styling */
.m_sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}

    /* Sidebar links */
    .m_sidebar a {
        padding: 18px 0px 10px 25px;
        text-decoration: none;
        font-size: 13px;
        color: black;
        display: block;
        transition: 0.3s;
    }

        .m_sidebar a:hover {
            color: #f1f1f1;
        }

    /* Close button in sidebar */
    .m_sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 25px;
        margin-left: 50px;
        transition: 0.3s;
    }

/* Open button for sidebar */
.openbtn {
    font-size: 20px;
    background-color: #123456;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; /* Ensure it stays on top of other content */
}

    /* Open button hover effect */
    .openbtn:hover {
        background-color: #444;
    }


.m_sider_link {
    border-bottom: 1px solid #e3e3e3;
}

    .m_sider_link:hover {
        background-color: #444;
    }

.table {
    width: 100%;
    border-collapse: collapse;
}

/* Å×ÀÌºí¿¡ Å¬·¡½º°¡ ÀÖ´Ù¸é ¿¹½Ã: .board-table tr:hover */
tbody tr:hover {
    background-color: #f7f0b6;
    transition: background 0.1s;
    cursor: pointer; /* ¼±ÅÃµÈ ´À³¦À» ¿øÇÏ¸é */
}

.table td {
    padding: 7px 5px;
}

.table th {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 5px;
}



.table_sm_hd {
    background-color: #f6f6f6;
}

.btn-sm-narrow {
    height: 28px;
    min-width: 8px !important;
}

.table_sm_tdw {
    width: 8rem;
}

.nokakao {
    background-color: #FEE500 !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: .15rem .15rem .15rem #eaeaea;
    margin-bottom: 50px;
}

.disable {
    pointer-events: none;
}

.r-card {
    border-radius: 1.5rem !important;
    width: 225px;
}

.m-r-card {
    border-radius: 1.5rem !important;
}


.rh-card {
    border-radius: 1.5rem !important;
    box-shadow: .15rem .15rem .15rem #eaeaea;
    background-color: #fff;
    padding: 20px;
}

.card-body {
}
.card-m-body{
    padding: 1rem 0;
}

.card-footer {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
    text-align: right;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-in-footer {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
    text-align: right;
    margin-top: 3rem;
}
.card-detail-wrap {
    width: 200px;
    padding: 0 10px;
    font-size: 0.9rem;  
}

.m-market-body {
    display: flex;
}

.card-title {
    font-size: 1rem;
}

.no-underline {
    text-decoration: none;
    color: black;
}

.topround {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

.sv-detail {
    font-size: 0.9rem;
    display: block;
    text-align: right;
    font-style: oblique;   
}

.sv-price {
    font-size: 1.2rem;
    display: block;
    color: #1bae1e;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
}
.sv-m-price {
    font-size: 1rem;
    display: block;
    color: #1bae1e;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
}

.sv-band {
    background-color: #444;
    color: white;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 0.4rem 0.4rem 0.4rem 1rem;
}

.sv-text {
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 2rem;
}

.sv-m-text {
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 1.2rem;
    font-size: 0.9rem;
}

.card-container {
    background-color: white;
    border-radius: 1rem;
    box-shadow: .15rem .15rem .15rem #eaeaea;
    padding: 1.4rem;
    margin-bottom: 1.6rem;
    border: 1px solid #eaeaea;
}

.ag_text {
    display: flex;
    justify-content: space-between;
    /* ¾Æ·¡ ¼Ó¼ºÀº ¼±ÅÃ »çÇ×ÀÔ´Ï´Ù. ÇÊ¿ä¿¡ µû¶ó ¸ÂÃâ ¼ö ÀÖ½À´Ï´Ù. */
    align-items: center;
}

.ag_left {
    text-align: left;
    font-size: 1.5rem;
}

.ag_right {
    text-align: right;
}

.policy-list__title {
    font-weight: bold;
}

.banner-container {
    display: flex;
    gap: 16px; /* aÅÂ±× »çÀÌ ¿©¹é */  
    min-width: 900px;
}

    .banner-container a {
        flex: 1 1 0;
        text-align: center;
    }

.banner_round {
    width: 100%; /* ºÎ¸ð Å©±â¿¡ ¸Â°Ô */
    display: block;
    border-radius: 1rem; /* º¸´õ ¶ó¿îµåÀÇ Á¤µµ¸¦ Á¶Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù. ÇÊ¿äÇÑ ¸¸Å­ Á¶ÀýÇÏ¼¼¿ä. */
    margin-bottom: 1rem;
    margin-top: 1rem;
    height: 190px;
    object-fit: cover;
    object-position: 50%; /* »çÁø ¾Æ·¡¼­ºÎÅÍ ÁÙÀÏ¶§ */
  
}
.m_banner_container{


}
.m_banner_round {
    display: inline-block;
    height: 70px;
    width: 100%; /* ÀÌ¹ÌÁö°¡ ºÎ¸ð ÄÁÅ×ÀÌ³ÊÀÇ °¡·Î ÆøÀ» ²Ë Ã¤¿ìµµ·Ï ¼³Á¤ */ 
    box-sizing: border-box;
    padding-left: .7rem;
    padding-right: .7rem;
    margin-top: .5rem;
    object-fit: cover;
    object-position: 50%;
}

/* ºñÈ°¼ºÈ­µÈ °ÍÃ³·³ º¸ÀÌ´Â ½ºÅ¸ÀÏ */
.disabled-button {
    pointer-events: none; /* Å¬¸¯ ÀÌº¥Æ® ¹«½Ã */
    opacity: 0.5; /* Åõ¸íµµ ¼³Á¤À¸·Î ºñÈ°¼ºÈ­µÈ °ÍÃ³·³ º¸ÀÓ */
}

.sidepopup {
    position: fixed;
    top: 60%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    right: 50px;
    width: 100px;
    height: 210px;
    border: 0px solid #ccc;
    border-radius: 1rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* ´Ù¸¥ ¿ä¼Ò À§¿¡ ³ªÅ¸³ªµµ·Ï ¼³Á¤ */
}

.m_sidepopup {
    position: fixed;
    top: 70%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    right: 20px;
    width: 60px;
    height: 100px;
    border: 0px solid #ccc;
    border-radius: 1rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* ´Ù¸¥ ¿ä¼Ò À§¿¡ ³ªÅ¸³ªµµ·Ï ¼³Á¤ */
}

.mentomen_inner {
    font-weight: 600;
    position: absolute;
    top: 15%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    left: 41%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    color: white;
    z-index: 1000; /* ´Ù¸¥ ¿ä¼Ò À§¿¡ ³ªÅ¸³ªµµ·Ï ¼³Á¤ */
}

.m_mentomen_inner {
    font-weight: 500;
    position: absolute;
    top: 15%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    left: 36%; /* »ó´Ü¿¡¼­ 20px ¶³¾îÁü */
    color: white;
    z-index: 1000; /* ´Ù¸¥ ¿ä¼Ò À§¿¡ ³ªÅ¸³ªµµ·Ï ¼³Á¤ */
}

.mentomen {
    font-size: 1rem;
    font-weight: 600;
    background-color: #FEE500;
    border-radius: 1rem 1rem 0rem 0rem;
    color: black;
    padding: 70px 20px 20px 20px;
    text-align: center;
}


.m_mentomen {
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #FEE500;
    border-radius: 1rem 1rem 0rem 0rem;
    color: black;
    padding: 45px 10px 10px 10px;
    text-align: center;
}

.side_login {
    font-size: 1rem;
    font-weight: 600;
    background-color: white;
    border-radius: 0rem 0rem 1rem 1rem;
    color: black;
    padding: 30px 0px;
    text-align: center;
}

.m_side_login {
    font-size: 0.8rem;
    font-weight: 600;
    background-color: white;
    border-radius: 0rem 0rem 1rem 1rem;
    color: black;
    padding: 15px 10px;
    text-align: center;
}

.kakao_logo_side {
    width: 44px;
    height: 40px;
    top: 20px;
    left: 28px;
    position: absolute;
    margin-top: 4px;
    background: url(/img/kakao_logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.m_kakao_logo_side {
    width: 33px;
    height: 30px;
    top: 10px;
    left: 15px;
    position: absolute;
    margin-top: 4px;
    background: url(/img/kakao_logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.info-container {
    display: flex;
    gap: 20px;
    font-size: 13px;
    line-height: 1.5;
}

.info-m-container {
    font-size: 13px;
}

.image-container {
}

.image-m-container {
    margin-bottom: 10px;
}

.product-image {
    width: 20rem;
    height: 20rem;
    border-radius: 8px;
}

.product-m-image {
    width: 100%;
    border-radius: 8px;
}


.details-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.detail-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.bold-text {
    font-size: 1.1rem;
    font-weight: bold;
}

.link {
    color: #ff6666;
    text-decoration: none;
}

.gray-text {
    color: gray;
}

.red-text {
    color: #e76f51;
}

.blue-text {
    color: #577590;
}

.icon-color-1 {
    color: #2a9d8f;
    margin-right: 10px;
}

.icon-color-2 {
    color: #ff6666;
    margin-right: 10px;
}

.icon-color-3 {
    color: #ffaa00;
    margin-right: 10px;
}

.icon-color-4 {
    color: #66b2ff;
    margin-right: 10px;
}

.icon-color-5 {
    color: #d4a5a5;
    margin-right: 10px;
}

.icon-color-6 {
    color: #66cc99;
    margin-right: 10px;
}

.icon-color-7 {
    color: #ffcc00;
    margin-right: 10px;
}

.icon-color-8 {
    color: #b366ff;
    margin-right: 10px;
}

.icon-color-9 {
    color: #ff99cc;
    margin-right: 10px;
}

.icon-color-10 {
    color: #0099cc;
    margin-right: 10px;
}

.icon-color-11 {
    color: #669900;
    margin-right: 10px;
}

.icon-color-12 {
    color: #ff6600;
    margin-right: 10px;
}

.icon-color-13 {
    color: #cc3300;
    margin-right: 10px;
}

.get-items {
    font-weight: 600;
    margin-left: 5px;
    color: black;
}


.navigation-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fbfbfb;
    transition: transform 0.5s ease-in-out; /* ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú */
    border-top: solid 0.01rem #e6e6e6;
    z-index: 1;
}

    .navigation-bar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

    .navigation-bar li {
        flex: 1 1 20%;
        text-align: center;
    }

    .navigation-bar a {
        font-size: 0.7rem;
        /*display: block;*/
        padding: 15px 0;
        color: #595959;
        text-decoration: none;
    }

        .navigation-bar a:hover {
            background-color: transparent;
        }

.navigation-bar-show {
    transform: translateY(0);
}

.navigation-bar-hide {
    transform: translateY(100%);
}

.navigation-bar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /* ¸ð¹ÙÀÏ¿¡¼­ À½¿µ Á¦°Å */
}

    .navigation-bar-icon.active {
        /* Active »óÅÂ¿¡¼­ÀÇ »ö»ó */
        filter: invert(53%) sepia(91%) saturate(2899%) hue-rotate(343deg) brightness(101%) contrast(103%);
        /* ¿øÇÏ´Â »õ·Î¿î »ö»óÀ¸·Î ÇÊÅÍ °ªÀ» Á¶Á¤ °¡´É */
    }

.nav-name {
    margin-top: 0.2rem;
}

.m_sider_link_login {
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #FEE500;
    border-radius: 1rem 1rem 1rem 1rem;
    padding: 0.2rem;
    text-align: center;
    margin: 10px 10px;
}

.m_sider_link_logout {
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #123456;
    border-radius: 1rem 1rem 1rem 1rem;
    padding: 0.2rem;
    text-align: center;
    margin: 10px 10px;
}

.mobile_top {
    font-size: 1.0rem;
    font-weight: 600;
    color: white;
}

.hero-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.login-widget {
    margin-top: 1rem;
}

.login-widget-ment {
    margin-bottom: 1rem;
}

.btn {
    display: block;
    height: 2.5rem;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.6rem 0.7rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: none;
    cursor: pointer;
}
.btn-pay {
    background: #ff6b6b;
    color: white;
    border: 1px solid transparent;
    padding: 0.2rem 0.3rem;
    border-radius: 0.25rem;
    cursor: pointer;
    text-decoration:none;
}
    .btn-pay:hover {
        background: #ff4c4c;
        color: white;
    }
.btn-dark {
    background: #000;
    color: white;
}

.btn-info {
    background: #0f7bb5;
    color: white;
}

.btn-success {
    background: #06c895;
    color: white;
}

.btn-warning {
    background: #ffc107;
    color: #000;
}

.btn-outline-dark {
    background: transparent;
    border: 1px solid #cecece;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid #5e72e4;
}

.btn-outline-danger {
    background: transparent;
    border: 1px solid #f5365c;
}

.btn-outline-info {
    background: transparent;
    border: 1px solid #dafc57;
}

.btn-outline-success {
    background: transparent;
    border: 1px solid #35c82a;
}

.btn-kakao-login{

    display: flex !important;
    min-width : 300px;
    justify-content: center;
    align-items:center;   
    gap: 10px;  

}
.btn-opentalk {
    display: flex !important;
    min-width: 300px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.btn-m-opentalk {
    display: flex !important;
    min-width: 300px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 1rem;
    text-decoration: none;
}

.btn-login {
    display: block;
    background: #FEE500;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.6rem 0.7rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #111 !important;
    box-shadow: none;
    cursor: pointer; /* ¼Õ°¡¶ô ¸ð¾ç! */
    transition: background 0.18s, box-shadow 0.18s, border-color 0.18s, color 0.18s;
}

    .btn-login:hover {
        background: #FFD600; /* ±âÁ¸º¸´Ù ÈÎ¾À ÁøÇÑ ³ë¶õ»ö */
        border-color: #FFC800; /* ´õ °­ÇÑ ³ë¶û °è¿­ */
        box-shadow: 0 2px 8px rgba(255, 214, 0, 0.22);
        color: #000;
        cursor: pointer; /* Ãß°¡ (È¤½Ã ¸ô¶ó ¸í½ÃÀûÀ¸·Î) */
    }

    .btn-login:active {
        background: #ffe483;
        border-color: #e5c800;
        color: #333;
        box-shadow: 0 1px 4px rgba(254, 229, 0, 0.36);
        cursor: pointer;
    }

hr {
    border: none;
    border-top: 1px solid #d6d6d6;
    margin: 12px 0;
    width: 100%;
}

.market-cate {
}

.market-icon {
    gap: 1rem;
    display: flex;
    margin: 1rem 0;
}

.user-info-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    gap: 10px; /* »ç¿ëÀÚÁ¤º¸¿Í ¹öÆ° »çÀÌ °£°Ý */
}

.user-email {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
}

    .user-email .icon {
        flex-shrink: 0;
    }
.mypage-btn {
    display: block;
    padding: 6px 18px;
    background-color: #09a483;
    width: 100%;
    color: white !important;
    border: none;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;
    text-align: center;
    height: 2.5rem;
    font-weight: 600;
    padding: 0.6rem 0.7rem;
}
    .mypage-btn:hover {
        background-color: #198b82;
    }

.logout-btn {
    display: block;
    padding: 6px 18px;
    background-color: #5e72e4;
    width: 100%;
    color: white !important;
    border: none;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;
    text-align: center;
    height: 2.5rem;
    font-weight: 600;
    padding: 0.6rem 0.7rem;
}

    .logout-btn:hover {
        background-color: #4058de;
    }

.admin-btn {
    padding: 6px 18px;
    background-color: #f5365c;
    width: 100%;
    color: white !important;
    border: none;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;
    text-align: center;
    height: 2.5rem;
    font-weight: 600;
    padding: 0.6rem 0.7rem;
}
    .admin-btn:hover {
        background-color: #d85252;
    }

.program-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.program-sub-title {
    font-size: 1.2rem;
    color: #067e83;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.program-explain {
    line-height: 2rem;
    margin: 1rem 0;
}

.item-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.item-smartstore {
    padding: 9px 14px;
    font-size: 14px;
    border: 1.5px solid #d3d7dc;
    border-radius: 8px;
    background: #fff;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    width:80%;
    color: #222;
    box-shadow: 0 1.5px 8px 0 rgba(170,180,190,0.08);
}
    .item-smartstore:focus {
        border-color: #3488ee;
        box-shadow: 0 3px 16px 0 rgba(52,136,238,0.13);
        background: #f8fbff;
    }


.item-keyword {
    padding: 9px 14px;
    font-size: 14px;
    border: 1.5px solid #d3d7dc;
    border-radius: 8px;
    background: #fff;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    color: #222;
    box-shadow: 0 1.5px 8px 0 rgba(170,180,190,0.08);
}

    .item-keyword:focus {
        border-color: #3488ee;
        box-shadow: 0 3px 16px 0 rgba(52,136,238,0.13);
        background: #f8fbff;
    }



.item-url {
    padding: 9px 14px;
    font-size: 14px;
    border: 1.5px solid #d3d7dc;
    border-radius: 8px;
    background: #fff;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    color: #222;
    box-shadow: 0 1.5px 8px 0 rgba(170,180,190,0.08);
}

    .item-url:focus {
        border-color: #3488ee;
        box-shadow: 0 3px 16px 0 rgba(52,136,238,0.13);
        background: #f8fbff;
    }

.item-title {   
    margin: 1rem 0rem;    
}

    .item-title span {
        font-size: 1.2rem;
        color: #414141;
        font-weight: 500;
        color: #126ec1;
    }

.item-count{
    vertical-align: central;
}

.item-type{

    vertical-align: middle;
}
.item-history {
    display: flex;
    gap: 5px; /* Ä«µå °£°Ý Á¶Á¤ */
    padding: 15px 0;
    flex-wrap: wrap; /* ³ÑÄ¡¸é ´ÙÀ½ ÁÙ·Î */
}

.item-card {
    display: flex;
    flex-direction: column; /* »ó´Ü/ÇÏ´Ü ¹Ú½º ¹èÄ¡ */
    justify-content: space-between;
    align-items: center;
    width: 90px; /* Ä«µå³Êºñ, ÇÊ¿ä½Ã Á¶Á¤ */
    min-height: 75px; /* Ä«µå³ôÀÌ, ÇÊ¿ä½Ã Á¶Á¤ */
    background: #f7f8fa;
    border-radius: 1.5rem;
    box-shadow: 0 2px 8px 0 rgba(180,190,210,0.08);
    padding: 10px 10px;
}

.item-check-date {
    font-size: 12px;
    color: #699;
    font-weight: 500;
    margin-bottom: 9px;
}

.item-check-rank {
    font-size: 18px;
    color: #324;
    font-weight: bold;
    letter-spacing: 1px;
}

.confirm-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;  
}

.confirm-popup-alert {
    background: #fff;
    min-width: 320px;
    max-width: 90vw;
    padding: 28px 22px 18px 22px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.admin-input{
    display: flex;
    gap: 15px;
    margin: 10px 0;
}
.admin-slot-count {
    display: flex;
}
.form-select-sm{
    padding: 5px;
}
.form-control {
    padding: 5px;
}

.side-ad {
    border-radius: 1rem;
}
    .side-ad img {
        width: 300px;
        border-radius: 1rem;
    }

.user-payment {
 
}

.mypage-user {
    display: flex;
    justify-content: center; /* °¡·Î °¡¿îµ¥ Á¤·Ä! */
    align-items: center; /* ¼¼·Îµµ °¡¿îµ¥ ¸ÂÃß°í ½ÍÀ¸¸é */
    /* ³ôÀÌ ÇÊ¿äÇÏ¸é height:XXpx; Ãß°¡ */
}

.btn-payment {
    background-color: black;   
    color: white;
    height: 3rem;
    width: 200px;      
}
.card-m-title{
    font-weight: bold;
}
.payment-input{
    border: 1px solid #444;
    border-radius: 8px;
    height: 30px;

}


.center-wrap {
    min-height: 100vh;   
    justify-content: center;
    align-items: center;
}

.card-payment-label {
    font-size: 1.2rem;
    margin-left: 20px;
}

.card-payment {
    display: block;
    background-color: white;   
    border: 1px solid #eee;
    padding: 30px;
    line-height: 40px;
    
}
.payment-title {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px;
}
.payment-text {
    color: blue;
}