@charset "utf-8";
.main_contents{
    width: 100%;
    min-height: 100vh;
    /* background: url(/images/shop/index/bk5.png) no-repeat center center; */
    background-color: #ece0d1;
    background-size: cover;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}
.main_content{
    display: flex;
    gap: 15px;
    margin-left: 125px;
}
.main_content_item0{
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.main_content_item1{
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-end;
}
.main_Popup1{
    width: 250px;
    height: 415px;
    background: rgba(252, 249, 242, 1);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
}
.main_Popup1img{
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(/images/shop/index/main_Popup1_img_bk.png) no-repeat center center; */
}
.main_Popup1img img{
    width: 90%;
    max-height: 100%;
    object-fit: cover;
}
.main_Popup1txt{
    width: 100%;
    height: calc(100% - 290px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 12px 24px;
}
.main_Popup1txt h1{
    color: #896647;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    transition: 0.3s;
    text-align: center;
}
.main_Popup1txt p{
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-height: 51px;
    word-wrap: unset !important;
    overflow: hidden;
    
}
.main_Popup1_img{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/shop/index/main_Popup1_img_bk.png)no-repeat center center;
    background-size: cover;
    padding: 16px;
}
.main_Popup1_img img{
    width: 70%;
    height: 70%;
    object-fit: contain;
}
.main_Popup1_txt{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    padding: 24px 24px 0 24px;
    transition: 2.2s;
    opacity: 0;

}
.swiper-slide-active .main_Popup1_txt{
    opacity: 1;
}
.main_Popup1_txt h1{
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main_Popup1_txt p{
    color: #232323;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main_Popup1_prev{
    top: 38% !important;
    left: 0 !important;
    width: 35px !important;
    height: 35px !important;
    z-index: 999 !important;
}
.main_Popup1_next{
    top: 38% !important;
    right: 0 !important;
    width: 35px !important;
    height: 35px !important;
    z-index: 999 !important;
}
.main_Popup1_pagination .swiper-pagination-bullet-active{
    width: 24px;
    background: rgba(137, 102, 71, 1) !important;
    border-radius: 10px !important;
}
.main_content_item1_area{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main_content_item2{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main_content_item3{
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-end;
}
.verdigris{
    background: rgba(80, 110, 130, 0.8) !important;
}

.ocher{
    background: rgba(120, 96, 61, 0.8) !important;
}
.yellow{
    background-color: rgba(250, 225, 0, 0.6) !important;
}
.green{
    background: rgba(110, 141, 98, 0.8) !important;
}
.light_green{
    background: rgba(119, 120, 61, 0.8) !important;
}
.sub_move_buts{
    display: flex;
    gap: 15px;
    align-items: flex-end;
}
.m_sub_move_but_flex{
    display: none !important;
}
.sub_move_but{
    width: 200px;
    height: 200px;
    padding: 34px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 5px;
    transition: 0.3s;
    background-color: rgba(130, 160, 80, 0.8);
}
.sub_move_but:hover{
    background-color: rgba(130, 160, 80, 1);
}
.sub_move_but.yellow{
    border: 1px solid #dbdbdb;
}
.sub_move_but.yellow h2{
    color: rgb(88, 58, 12);
    font-weight: 600;
    font-size: 13px;
}
.sub_move_but.verdigris:hover{
    background: rgba(80, 110, 130, 1) !important;
}
.login_but.yellow{
    background: rgba(202, 185, 33, 0.6) !important;
}
.sub_move_but.yellow:hover{
    background-color: #ffed50 !important;
}
.sub_move_but.green:hover{
    background: #6e8d62 !important;
}
.sub_move_but.yellow:hover h2{
    color: rgb(88, 58, 12);
}
.login_but.ocher:hover{
    background: rgba(120, 96, 61, 1) !important;
}
.sub_move_but.ocher:hover{
    background: rgba(120, 96, 61, 1) !important;
}
.sub_move_but.light_green:hover{
    background: rgba(119, 120, 61, 1) !important;
}
.sub_move_but_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sub_move_but_txt p{
    color: #DBDBDB;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub_move_but_txt span{
    color: #D60000 ;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.sub_move_but_txt h2{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    transition: 0.3s;
}
.main_notification{
    width: 415px;
    height: 200px;
    border-radius: 5px;
    background: rgba(252, 249, 242, 1);
    padding:16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
}
.main_notification_titles{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
}
.main_notification_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_notification_but{
   width: 12px; 
   height: 12px;
   position: relative;
   transition: 0.3s;
}   
.main_notification_titlebox{
    display: flex;
    align-items:center;
}
.main_notification_titlebox h1{
    color: rgba(0, 0, 0, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 8px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.main_notification_titlebox h1::before{
    content: "";
    width:0%;
    height: 2px;
    background-color:#896647;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 0.3s;
}
.main_notification_titlebox h1.active{
    color: #896647;
}
.main_notification_titlebox h1.active::before{
    width:100%;
}
.main_notification_items{
    width: 100%;
    height: calc(100% - 45px);
    position: relative;
}
.main_notification_itemtxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_notification_itemtxt{
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pin_yarea{
    position: relative;
    width: 100%;
    height: 17px;
    overflow: hidden;
}
.pin_yareabox{
    position: relative;
}
.pin_yareabox::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #000000;
    position: absolute;
    top: 58%;
    left: -16px;

    transform: translatey(-50%);
    background: url(/images/shop/sub/mainpin_y.png) no-repeat center center;
    background-size: cover;
}
.pin_yareabut{
    position: absolute;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #ffffff;
    transition: 0.3s;
    
    display: none;
}
.pin_yareabut-l{
    top: -1px;
    right: -14px;
}
.pin_yareabut-l:hover{
    top: -2px;
}
.pin_yareabut-r{
    bottom: -3px;
    right: -14px;
}
.pin_yareabut-r:hover{
    bottom:-4px;
}
.pin_yarea a {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    transition: 0.3s;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pin_yarea p{
    color: #E23600;
    font-weight: 500;
}
.pin_yarea a.active {
    visibility: visible;
    opacity: 1;
    z-index: 9;

}
.main_notification_item{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
    padding: 0 12px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.main_notification_item.active{
    visibility: visible;
    opacity: 1;
}
.main_notification_but span{
    width: 100%;
    height: 2px;
    border-radius: 5px;
    border: 1px solid #343434;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_notification_but span:nth-child(2){
    transform: translate(-50%, -50%) rotate(90deg);
}
.main_notification_but:hover{
    transform: rotate(90deg);
}
.main_information{
    width: 415px;
    height: 200px;
    border-radius: 5px;
    background: rgba(77, 81, 90, 1);
    padding:24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.main_information_txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}
.main_information h1{
    color: #EDE2CC;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 100%;
    position: relative;
}
.main_information h1::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff60;
    top: calc(100% + 10px);
    left: 0;
}
.main_information_txt p,
.main_information_txt a{
    color: #EDE2CC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main_notification_line{
    width: 100%;
    height: 2px;
    background-color: #DBDBDB;
}
.main_Popup2{
    width: 630px;
    height: 415px;
    background-color: #EDE2CC;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dbdbdb;
}
.login_buts{
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.login_but{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 5px;
    background: rgba(80, 110, 130, 0.8);
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s;
}
.login_but:hover{
    background: rgba(80, 110, 130, 1);
}
.login_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_Popup1{
    width: 100%;
    height: 100%;
}
.swiper_Popup2{
    width: 100%;
    height: 100%;
}
.main_Popup2_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_Popup2_prev{
    width: 50px !important;
    height: 50px !important;
    z-index: 999 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.main_Popup2_next{
    width: 50px !important;
    height: 50px !important;
    z-index: 999 !important;
    right:0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: unset !important;
    height:unset !important;
    object-fit:unset !important;
    transform-origin:unset !important;
}
.swiper-pagination-bullet{
    transition: 0.3s;
}
.main_Popup2_pagination .swiper-pagination-bullet-active{
    width: 24px;
    background: rgba(137, 102, 71, 1) !important;
    border-radius: 10px !important;
}




.main_menu_area_bk {
    width: 0;
    height: 100%;
    overflow: hidden; 
    transition: width 0.5s ease;
}
.main_contents.active .main_menu_area_bk {
    width: 350px;
}

