body {
    font-family: "Noto Sans KR";
}

a {
    color: #5c6870;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}

.lnr {
    /*color: rgb(111, 185, 54);*/
    color: #2dbd83;
    font-size: 35px;
}

.payDiv {
    margin-top: 10px;
}

.payDiv input {
    margin-top: 5px;
}

#prodReview {
    margin-bottom: 50px;
}
#prodDetail {
    margin-bottom: 50px;
}
#prodQna {
    margin-bottom: 50px;
}
#prodReturnInfo {
    margin-bottom: 50px;
}

.infoMenu {
    padding: 0;
    margin-top: 50px;
}

.infoMenu li {
    list-style: none;
    text-align: center;
    border: 1px solid rgb(202, 199, 199);
    height: 50px;
    line-height: 50px;
}

.infoMenu > li > a {
    color: grey;
    text-decoration: none;
}

.infoMenu > li > a:hover {
    /*color: rgb(111, 185, 54);*/
    color: #2dbd83;
}

.proDescription {
    margin-bottom: 0;
    font-size: 13px;
}

.proDescription th {
    background-color: rgb(241, 241, 241);
    text-align: center;
}

.returnDescription {
    font-size: 13px;
}

.returnDescription th {
    width: 10%;
    background-color: rgb(241, 241, 241);
}

.returnDescription td {
    width: 40%;
}

.firstTd {
    text-align: center;
    font-weight: bold;
    background-color: rgb(241, 241, 241);
}

.lastTd {
    text-align: center;
    font-weight: bold;
    background-color: rgb(241, 241, 241);
}

.prodPic img {
    width: 100%;
}

/*.prodPic {*/
/*    padding-left: 10%;*/
/*    padding-right: 10%;*/
/*}*/

.liactive {
    /*background-color: rgb(111, 185, 54);*/
    background-color: #2dbd83;
}

.rankOrder a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.reviewPhoto img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.myLabel {
    font-weight: bold;
    font-size: 30px;
}

/*#daemoon {*/
/*    font-family: "nanumPen";*/
/*    font-size: 30px;*/
/*    padding: 0;*/
/*}*/
/*@font-face {*/
/*    font-family: "nanumPen";*/
/*    src: url(/fonts/Font_nanum.ttf) format("truetype");*/
/*}*/

#daemoon {
    font-family: "Noto Sans KR";
    font-size: 30px;
    padding: 0;
}

.myDiv1 {
    margin-bottom: 10px;
}
.myDiv1 label{
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}
.myCol-lg-12{
    font-size: 14px;
}
.myCol-lg-12 input{
    font-size: 13px;
}
.myCol-lg-12 select{
    font-size: 13px;
}

.footerInfo a {
    text-decoration: none;
}
.bi {
    color: white;
}

.footerGli {
    margin-right: 20px;
}
.footerGli p {
    color: white;
    font-size: 12px;
    text-align: center;
}
.footerGli a {
    text-decoration: none;
}

#footer .container{
    margin-top: 50px;
}

#dropdownMenu {
    font-family: "nanumPen";
    font-size: 20px;
}

.navbar-nav {
    font-size: 13px;
}

.productList:hover .productTitle {
   /* box-shadow: 0 0 3px;*/
    transform: scale(1.1);
}
/*.productList:hover .productPrice {
    transform: scale(1.1);
}*/

.productList:hover {
    cursor: pointer;
}

.productTitle {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    transition: transform 0.3s ease-in-out;
    transform-origin: 0% 0%;
}
.productPrice {
    text-align: left;
    font-size: 15px;
    margin: 0;
    transition: transform 0.3s ease-in-out;
    transform-origin: 0% 0%;
}
hr {
    height: 1px;
    /*background-color: rgb(111, 185, 54);*/
    background-color: #2dbd83;
}
/*
* {
    font-family: "nanumPen" !important;
}*/

.moreView {
    width: 100%;
}

/*
부트스트랩 추가 사항
 */
.btn-confirm {
    --bs-btn-color: rgba(0, 0, 0, 0.125);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #78c2ad;
    --bs-btn-hover-color: #78c2ad;
    --bs-btn-hover-bg: #66a593;
    --bs-btn-hover-border-color: #609b8a;
    --bs-btn-focus-shadow-rgb: 140, 203, 185;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #609b8a;
    --bs-btn-active-border-color: #5a9282;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #78c2ad;
    --bs-btn-disabled-border-color: #78c2ad;
    border: 2px solid #78c2ad;
}
.btn-confirm:hover {
    color: #fff;
    background-color: #78c2ad;
    border-color: #78c2ad;
}
.btn-confirm.active {
    background-color: #78c2ad;
    color: white;
}

.btn-cancle {
    --bs-btn-color: rgba(0, 0, 0, 0.125);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #f62e69;
    --bs-btn-hover-color: #f62e69;
    --bs-btn-hover-bg: #66a593;
    --bs-btn-hover-border-color: #609b8a;
    --bs-btn-focus-shadow-rgb: 140, 203, 185;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #609b8a;
    --bs-btn-active-border-color: #5a9282;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #78c2ad;
    --bs-btn-disabled-border-color: #78c2ad;
    border: 2px solid #f62e69;
}
.btn-cancle:hover {
    color: #fff;
    background-color: #f62e69;
    border-color: #f62e69;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #78c2ad;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #78c2ad;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-link:focus, .nav-link:hover {
    color: slategray;
    /*background: var(--bs-nav-pills-link-active-bg)*/
    background: #35de9a;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(120, 194, 173, .25)
}

.nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.orderTable th{
    width: 20%;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
}

.orderTable td{
    width: 80%;
}

.orderTable td input{
    font-size: 13px;
}

.myOrderInfoP {
    font-size: 12px;
    margin: 0;
}

#myCarouselItem {
    display: flex;
}

.myAlert {
    font-family: "Noto Sans KR";
    font-size: 25px;
    padding: 0;
    margin: 0;
    /*line-height: 1;*/
    color: white;
    font-weight: bold;
}

/* footer > page ui*/
#page-ui {position:fixed; right:25px; bottom:60px; display:flex; flex-direction:column; align-items:flex-end; padding:80px 0; z-index:999; visibility:hidden;}
/*#page-ui.actived {visibility:visible;}
#page-ui.actived .page-ui-item {transform:translate(0% , 0%); opacity:1;}*/
#page-ui.bottom {position:absolute; bottom:100%; }
.page-ui-item {transform:translate(0% , 100%); opacity:0; transition:transform 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}

#page-ui .page-ui-item:nth-child(1) {opacity:1; visibility:visible;}
.page-ui-item + .page-ui-item {margin-top:6px;}
.page-ui-item > button {font-size:0; border-radius:50%;}
.page-ui-item .btn-page-top {width:54px; height:54px; background-color:#78c2ad; background-image:url(../images/arrow-up-circle.svg); background-repeat:no-repeat; background-position:center center; background-size:contain;}

.myAtag {
    text-decoration-line: none;
}
.myAtag :hover {
    color: #2dbd83;
    text-decoration-line: none;
}

a:hover{
    text-decoration-line: none;
}

.myh3 {
    /*font-family: "nanumPen";*/
    font-size: 25px;
    padding: 0;
    margin: 0;
    line-height: 1;
    /*color: rgb(111, 185, 54);*/
    color: #2dbd83;
    font-weight: bold;
}

.myNavText {
    /*font-family: "nanumPen";*/
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.myTextActive {
    /*color: rgb(111, 185, 54);*/
    color: #2dbd83;
    font-weight: bold;
}

<!-- 별점 그리기 CSS -->
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}

.reviewContent {
    display: none;
}
.reviewContent.active {
    display: block;
}

.bannerImg {
    width: 100%; /* 너비를 항상 컨테이너에 맞춤 */
    height: 100%; /* 높이를 컨테이너에 맞춤 */
    object-fit: cover; /* 이미지 비율 유지 및 빈 공간 제거 */
}

/* PC 화면에서 검색창과 로고 정렬 */
@media (min-width: 992px) {
    .search-container {
        display: flex;
        position: relative;
    }

    .search {
        flex: 1;
        padding-right: 3.5rem; /* 버튼 위치 여유 공간 */
    }

    .search-btn {
        position: absolute;
        top: 50%;
        right: 10px; /* 입력창 끝에서 여유 공간 */
        transform: translateY(-50%);
        height: 2.5rem;
        width: auto;
    }

    .logo {
        max-width: 150px; /* 로고 크기 고정 */
    }

    .cart-icon, .user-info {
        flex: 0 0 auto;
        margin-left: 15px; /* 아이콘 간 간격 */
    }
}

/* 모바일 화면 스타일 */
@media (max-width: 768px) {
    .logo, .cart-icon {
        display: none; /* 로고와 장바구니 아이콘 숨기기 */
    }

    .search-container {
        width: 100%;
    }

    .search {
        flex: 1;
        width: 100%;
        padding-right: 3rem;
    }

    .search-btn {
        position: absolute;
        right: 5px; /* 버튼 위치를 입력창 안쪽으로 */
        top: 50%;
        transform: translateY(-50%);
    }
}