@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');


/*.latest_product{*/
/*    width: 18.4117647059rem;*/
/*    height: 22.4117647059rem;*/
/*    background: white;*/
/*    border: 1px solid white;*/
/*    border-radius: 5px;*/
/*    padding: 40px;*/
/*    margin: 30px 15px;*/
/*    box-shadow: 2px 4px 12px #00000014;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/

/*}*/

.team-carousel .owl-prev {
    top: calc(40%) !important;
}

.team-carousel .owl-next {
    top: calc(40%) !important;
}

a {
    text-decoration: none; /* 밑줄 제거 */
}



.latest_product{
    max-width: 17rem;
    display: flex;
    flex-direction: column;
}


.recommend_product{
    max-width: 18.7rem;
    /*height: 22.4117647059rem;*/
    /*background: white;*/
    /*border: 1px solid white;*/
    /*border-radius: 5px;*/
    /*padding: 40px;*/
    /*margin: 30px 15px;*/
    /*box-shadow: 2px 4px 12px #00000014;*/
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
    /*justify-content: space-between;*/
}

.list_product_img{
    max-width: 232px !important;
}

.main_title{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 30px;
    line-height: 1.5;
}

.basic_text{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.more_text{
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #767676 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.sale_price {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    padding-top: 10px;

}

.sale_price span{
    display: inline-block;
}

.origin_price {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #767676;
    text-decoration: line-through;
}

.product_description{
    padding-right: 0px;
    margin-bottom: 0px;
}



.card_footer_area{
    text-align: right;
    margin-top: 10px;
}
.carousel_description{
    padding-left:10px;
    padding-right:10px;
}

.go_to_detail{
    padding: 1px 8px;
    background: #444444;
    color: white;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 15px;
}

.content_text{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

.product_name{
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
    padding-top: 10px;
    font-size: 16px;
    height:64px;
}
.brand_name{
    text-align: left;
    margin-top: 15px;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.product_image{
    border-radius: 2px;
    /*width: 18.4117647059rem;*/
    margin-top: 20px;
}

.latest_section{
    justify-content: center;

}

.footer_left{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/*detail.php*/
.detail_main {
    display: flex;
    justify-content: center;
    padding-top: 150px;
    gap: 30px;
}

.under_line {
    border-bottom: 1px solid #ccc;
}

.under_line_black{
    border-bottom: 2px solid black;
}

.detail_main_parent{
    display: flex;
    flex-direction: column;
    padding: 0 200px;
}

.detail_main_child {
    flex: 1;
    max-width: 450px;
}

.detail_main_product_name {
    padding: 15px 0;
}

.detail_main_product_image{
  /*  border-radius: 5px; */

    text-align: center;
}
.detail_main_product_description {
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
}

.description_price {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;

}



.description_price_basic{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    padding-right: 10px;
}

.description_price_origin{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    text-decoration: line-through;
    color: #767676;
}

table, th, td {
    border: none;
    padding: 2px !important;
    margin: 0;
}

tr {
    vertical-align: middle;
}

th {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    max-width: 30px;
}

td {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
}

.cnt_area{
    max-width: 150px;
    font-size: 10px !important;
    max-height: 30px;
    min-width: 80px;
}

.cnt_num{
    text-align: center;
    max-width: 30px;
}

.cnt_root{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.buy_now {
    border: none !important;
    padding: 20px;
    background-color: #ff5452;
    color: white;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.cart {
    border: none !important;
    padding: 20px;
    background-color: #373A40;
    color: white;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.pay_parent {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.wish {
    border: 1px solid #767676;
    padding:15px;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.detail_main_information {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.detail_info_parent {
    display: flex;
    width: 100%;

    gap: 0;
    text-align: center;
    justify-content: space-evenly;

    position: sticky;
    top: 50px;
    background-color: white;

    padding: 20px;
}

.detail_info {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    border-left: 1px solid #ccc;
    flex: 1;
}

.detail_info:hover {
    text-decoration: none;
}

.info_one {
    border: none !important;
}

.nav_bar {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;        /* 전체 너비를 차지하도록 설정 */
    z-index: 1000;      /* 다른 요소들 위에 놓이도록 높은 z-index 값 설정 */
    background-color: #fff; /* 배경색 설정, 필요에 따라 조정 가능 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 스크롤 시 구분될 수 있도록 그림자 효과 추가 */
}

.detail_title {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    padding: 60px;
    padding-bottom: 20px;
}

.stars {
    display: -webkit-inline-flex;
}

.order_each {
    padding-left: 20px;
}

.ask_each {
    padding-left: 20px;
}

.review_id {
    padding-left: 10px;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.detail_content {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 2;
}

.under_line_black {
    border-bottom: 1px solid black;
}

.content_title {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    position: relative;
    z-index: 2;
    letter-spacing: 0;
}

.detail_title:hover{

}

.login_button{
    background-color: #5e78de !important;
}

.login_button:hover{
    background-color: #1F509A !important;
}

.category {
    margin: 100px 40px 40px !important;
    text-align: center;
}

.category_section {
    padding: 0 60px;
    padding-top: 20px;
}

.background_section {
   /* background 이미지는 list.php에서 처리 */
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
    max-width: 100vw;
    height: 400px;

}

@media (max-width:600px){
    .background_section{
        background-position: 30% 50vh;
    }
}

.background_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.ad_background {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.error_sign{
    font-size: 15px;
    padding-top: 10px;
}

.form_text{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.input_container{
    display: inline-block;
    height: 52.5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    padding-top: 0;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.mypage_title{
    border: 1px solid white;
    background-color: white;
    box-shadow: 2px 4px 12px  #a8a8a8;
    border-radius: 10px;
    padding: 50px;
    width: 80%;
    font-weight: 400;
    justify-content: space-evenly;
    text-align: left !important;
}

.mypage_menu{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ordered_product{
    align-items: center;
    gap: 20px;
}

.ordered_product_img{
    max-width: 100px;
}

.order_date{
    font-size: 18px;
    padding-bottom: 20px;
}

.order_btn{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
    text-align: center;
    margin-right: 15px;
    max-width: 150px;
    min-width: 50px;
}

.minus_btn{
    border: 1px solid black;
    border-radius: 20%;
    background-color: white;
    color: black;

}

.plus_btn{
    border: 1px solid black;
    border-radius: 20%;
    background-color: white;
    color: black;
}

.order_btn:hover{
    cursor: pointer;
    text-decoration: underline;
}

.btn_container{
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 5px;
    min-width: 65px;
}

.copy-btn{
    border: none;
    padding: 7px;
    border-radius: 10px;
    max-width: 36px;
}

 /*.material-symbols-outlined {*/
 /*    color: #EA3323;*/
 /*    cursor: pointer;*/
 /*    padding-top: 5px;*/
 /*    font-variation-settings:*/
 /*            'FILL' 1,*/
 /*            'wght' 300,*/
 /*            'GRAD' 0,*/
 /*            'opsz' 20*/
 /*}*/



/*.material-symbols-outlined.nonfill {*/
/*    color: black;*/
/*    cursor: pointer;*/
/*    padding-top: 5px;*/
/*    font-variation-settings:*/
/*            'FILL' 0,*/
/*            'wght' 400,*/
/*            'GRAD' 0,*/
/*            'opsz' 20*/
/*}*/

.update_btn{
    font-size: 13px;
    background-color: #333333;
    color: white;
    border-radius: 5px;
    padding: 10px;
    width: 100px;
}

.delete_box:hover{
    cursor: pointer;
}


.progress-container {
    width: 100%;
    text-align: center;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #ccc; /* Progress 바의 기본 색상 */
    border-radius: 3px;
    margin: 20px 0;

}

.progress-fill {
    height: 100%;
    background-color: #3f51b5; /* Progress 바의 채워진 색상 */
    transition: width 0.3s ease;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.label {
    font-size: 12px;
    color: #ccc; /* 기본 텍스트 색상 */
}

.label.completed {
    color: #000; /* 완료된 단계의 텍스트 색상 */
}

.label.active {
    font-weight: bold;
    color: #000; /* 현재 활성화된 단계의 텍스트 색상 */
}

.wish_product{
    max-width: 240px;
}

.mypage_sub_title{
    font-size: 23px;
    font-weight: 400
}

.order_each_container{
    justify-content: space-between;
}

#check_email_btn{
    font-size: 13px !important;
    width: 100px;
}

.form input[type="text"]:focus{
    box-shadow: none !important;
}

.p2_card{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    margin:10px;
    padding-bottom:10px;
}

.menu_tab_act{
    border: 1px solid #0d6efd;
    border-radius: 50px;
    padding: 10px;
    color: #0d6efd;
}

@media(max-width: 1040px){

    .detail_main_parent{
        display: flex;
        flex-direction: column;
        padding: 0 70px;
    }
}


@media(max-width:600px){

    img{
        max-width:100%;
    }

    .mypage_title{
        padding: 20px;
        text-align: center !important;
        font-size: 18px;
        width: 100%;
        flex-direction: column;

    }

    .mypage_sub_text{
        font-size: 15px;
    }

    .category_menu{
        font-size: 10px !important;
    }

    .ordered_product{
        align-items: flex-start;
        flex-direction: column;
    }

    .category{
        margin: 100px 0 0 0 !important;
    }

    .mypage_sub_title{
        font-size: 18px;
    }

    .order_each_container{
        flex-direction: column;
    }

    .btn_container{
        display: flex;
        flex-direction: column;

    }

    .ordered_product_img{
        max-width: 150px;
        padding-top: 10px;
    }

    .description_price{
        font-size: 15px !important;
    }

    .cart_btn_container{
        flex-direction: column;
        justify-content: flex-end;
        gap: 30px;
        align-items: center;
        padding-top: 20px;
    }

    .wish_container{
        flex-direction: column;
        align-items: center;
    }

    .content_subtext{
        font-size: 15px !important;
    }

    .all_mobile{
        justify-content: center;
    }

    .product_description{
        padding-right: 0;
        margin-bottom: 0;

    }

    .latest_product{
        /*max-width: 15rem;*/
        padding: 10px;
        max-width: 25rem;
        padding: 10px;
    }

    .list_product_img{
        max-width: none;
    }

    .main_title{
        font-size: 25px;
    }

    .content_text{
        font-size: 13px;
    }

    .more_text{
        font-size: 12px !important;
        padding: 0;
    }

    .ad_background{
        background-size: 180%;
        width: 100%;
        height: 120px;
        background-repeat: no-repeat;
        background-position: right;
        background-attachment: scroll;
    }

    .recommend_product{
        max-width: none;
    }

    .detail_main{
        flex-direction: column;
        align-items: center;
    }

    .detail_main_parent{
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .detail_main_product_image{
        padding: 0 20px;
    }

    .description_price_basic{
        font-size: 15px;
    }

    .description_price_origin{
        font-size: 13px;
    }

    #information{
        width: 100% !important;
    }

    #delivery{
        padding: 10px;
    }

    #exchange{
        padding: 10px;
    }
}
