/* BASIC css start */
.tool-wrap {padding:5px 10px;}
.tool-wrap select {width:100%;}
.list_array {border-top:0px none;}
.plan .list_array .list_arrayRight img {width: 23px; height: auto;}




/* ¼öÁ¤ */
body .event_bottom_wrap .main_prd_list {padding: 0 15px}
body .goods_prd_item2 .goods_prd_content .goods_info_list li.price s.main_sale_price {display:block !important;}
.main_product_price {display:inline-block;}
.btn_box { padding: 10px 10px 10px 10px; font-size: 16px;}

/*.MK-product-icons { display: flex;}*/ /*±âÁ¸¾ÆÀÌÄÜ*/

.MK-product-icons { display: contents;}

.goods_prd_icon img {

margin-bottom: 4px;
}


/* WD ±âÈ¹Àü ´õº¸±â ¹öÆ° */
        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .more-content {
            max-height: 800px;
            overflow: hidden;
            transition: max-height 0.5s ease;
            position: relative;
        }
        .more-content::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px; /* ±×¶óµ¥ÀÌ¼Ç ³ôÀÌ Á¶Á¤ */
            background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
            pointer-events: none; /* ±×¶óµ¥ÀÌ¼ÇÀ» Å¬¸¯ÇÒ ¼ö ¾øµµ·Ï ¼³Á¤ */
        }
        .show-more-button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 90%;
            height: 80px;
            background-color: #fff;
            color: #000;
            border: 2px solid #000;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            margin: 20px auto;
            border-radius: 5px;
            font-size: 25px;
            position: relative;

        }
        .show-more-button:hover {
            background-color: #f8f8f8;
        }
/* BASIC css end */

