/* BASIC css start */
/* ¹«ÀÛÀ§ È¿°ú */
#particles-js {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
}

/* ¸ÞÀÎ ¹è³Ê */
.main_slide_wrap {
    position: relative;
    overflow: hidden;
}

.main_slide_listbox .main_slide_list a { 
    display: block; 
}

.main_slide_listbox .main_slide_list a img { 
    width: 100%;
}

/*scrollbar swiper*/
.main_slide_wrap .swiper-scrollbar{
    width: 200px !important;
    height: 3px !important;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%);
}

/*bullet pagination*/
.main_slide_wrap .swiper-pagination { 
    position: absolute; 
    bottom: 100px; 
    left: 0; 
    right: 0; 
    margin: auto; 
    text-align: center; 
    width: auto; 
}

.main_slide_wrap .swiper-pagination .swiper-pagination-bullet { 
    width: 7px; 
    height: 7px; 
    border-radius: 7px; 
    border: 1px solid #000; 
    background-color: transparent; 
}

.main_slide_wrap .swiper-pagination .swiper-pagination-bullet-active { 
    background-color: #000; 
}

/* ¼½¼Ç ÄÜÅÙÃ÷ */
.section { 
    padding-top:120px; 
    background-color: #fff; 
} 

.contents_wrap { 
    width: 1200px; 
    margin: auto; 
}

.contents_wrap .main_content_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px;
}

.contents_wrap .tab_btn_wrap .tab_btn_box { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 10px;
}

.contents_wrap .tab_btn_wrap .tab_btn_box .tab_btn_list { 
    padding: 8px 22px;
    font-size: 15px;
    color: #555;
    border: 1px solid #dbdbdb;
    transition: color .3s, background-color .3s, border-color .3s;
    cursor: pointer;
}

.contents_wrap .tab_btn_wrap .tab_btn_box .tab_btn_list:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.contents_wrap .tab_btn_wrap .tab_btn_box .tab_btn_list.active {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.contents_wrap .cont_item_wrap { 
    margin-top: 50px; 
}

.contents_wrap .cont_item_wrap .cont_item_box { 
    display: none; 
}

.contents_wrap .cont_item_wrap .cont_item_box:first-child { 
    display: block; 
}

.section2 .contents_wrap .cont_item_wrap .cont_item_box:first-child {
    display: none;
}

.section2 .contents_wrap .cont_item_wrap .cont_item_box:nth-child(4) {
    display: block;
}


.tab_btns {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.tab_btns .more_btn {
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    background-color: #000;
    font-size: 14px
}

.tab_btns .more_btn::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
}

.cont_item_box .cont_item_listbox { 
    width: 100%; 
    display: flex; 
    justify-content: 
    flex-start; 
    flex-wrap: wrap; 
}

.cont_item_box .cont_item_listbox .cont_item_list { 
    width: calc(25% - 30px); 
    margin-bottom: 30px; 
    margin-right: 40px; 
    box-sizing: border-box; 
}

.cont_item_box .cont_item_listbox .cont_item_list:nth-child(4n) { 
    margin-right: 0; 
}

.cont_item_box .cont_item_listbox .cont_item_list .cont_item_link { 
    display: block; 
}

.cont_item_link .cont_item_thumb {
    position: relative;
}

.cont_item_link .cont_item_thumb .cont_item_thumb_img { 
    width: 100%; 
}

.cont_item_link .cont_item_infobox {  
    margin-top: 10px; 
}

.cont_item_link .cont_item_infobox .cont_item_name { 
    font-size: 15px; 
}

.cont_item_link .cont_item_infobox .cont_item_subname { 
    font-size: 13px; 
    font-weight:300; 
    padding-top: 10px; 
}

.cont_item_link .cont_item_infobox .cont_item_pricebox { 
    padding-top: 10px; 
}

.cont_item_link .cont_item_infobox .cont_item_pricebox span { 
    vertical-align:middle; 
}

.cont_item_link .cont_item_infobox .cont_item_pricebox .cont_item_price { 
    font-size: 17px; 
}

.cont_item_link .cont_item_infobox .cont_item_pricebox .cont_item_cancel { 
    font-size: 15px; 
    font-weight:300; 
    padding-left: 5px; 
    color:#717a7a; 
    text-decoration: line-through; 
}

.cont_item_link .cont_item_infobox .cont_item_iconbox { 
    margin-top: 10px;
}

.cont_item_link .cont_item_infobox .cont_item_iconbox .MK-product-icons { 
    width: 100%; 
    display: flex; 
    justify-content: flex-start; 
}

.cont_item_link .cont_item_infobox .cont_item_iconbox .MK-product-icons img { 
    width: 27%; 
    margin-right: 5px; 
}

/*¸ÞÀÎ ¹è³Ês*/
.banner_contents .banner_link {
    display: block;
}

.banner_contents .banner_link img {
    width: 100%;
}

/*Áß°£ ½½¶óÀÌµå ¹è³Ê*/
.slide_banner_contents {
    position: relative;
    overflow: hidden;
}

.slide_banner .banner_link img {
    width: 100%;
}

.slide_banner_contents .swiper-pagination {
    display: none;
    width: max-content;
    bottom: auto;
    top: 20px;
    left: auto;
    right: 20px;
    padding: 7px 15px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* BASIC css end */

