@charset "utf-8";
/* common */
:root {
    /* --sub1-color: #22213a; */
}

#sub_content{
    margin-top: 120px;
}

#sub_intro {
    width: 100%;
    height: 160px;
    color: #111;
    background-color: white;

    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

/* sub1 */
.sub1_intro {
    /* background-image: url("../images/sub_intro1.jpg"); */
}

/* sub2 */
.sub1_intro {
    /* background-image: url("../images/sub_intro2.jpg"); */
}

.sub1_1_section .content_wrap ul{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    gap:60px 16px;
    /* justify-content: center; */
}

.sub1_1_section .content_wrap ul::after {
    content: "";
    flex: auto;
}

.sub1_1_section .content_wrap ul li{
    width: 420px;
    cursor: pointer;
}

.sub1_1_section .content_wrap ul li .img_wrap{
    width: 100%;
    height: 400px;
}

.sub1_1_section .content_wrap ul li p span{
    color : #959595;
    padding-right: 10px;
    text-decoration: line-through;
}

.sub2_1_section .percent{
    color: #c50000;
    background-color: #ebebeb;
    padding: 2px 5px;
}

.sub1_1_d_section .left,
.sub1_1_d_section .right{
    width: 50%;
    box-sizing: border-box;
}

.sub1_1_d_section .right{
    padding:50px;
    box-sizing: border-box;
}

.sub1_1_d_section .left{
    border-right: 1px solid #111;
}


.sub1_1_d_section .detail_route{
    
}

.sub1_1_d_section .detail_route ul{
    justify-content: center;
    align-items: center;
}

.sub1_1_d_section .detail_route ul li{
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub1_1_d_section .detail_route ul li.on{
    color : #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub1_1_d_section .common_title{
    width: 100%;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;

    padding: 40px 12%;
    box-sizing: border-box;
}

.sub1_1_d_section .left .img_wrap img{
    display: block;
}


.sub1_1_d_section .common_title2{
    color: #454545;
    margin-bottom: 10px;
}

.sub1_1_d_section .detail_slider .img_wrap{
    width: 100%;
    height: 730px;
}

.sub1_1_d_section .slider_wrapper{
    position: relative;
}

.sub1_1_d_section .slider_wrapper .slider_arrow_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

    width: 89%;
}

.sub1_1_d_section .review_area .sort{
    border-bottom: 1px solid #ccc;
}

.sub1_1_d_section .review_area .sort ul li{
    color : #959595;
    cursor: pointer;
}

.sub1_1_d_section .review_area .sort ul li.on{
    color: #111;
}

.sub1_1_d_section .review_area .common_title p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub1_1_d_section .review_list ul{
    width: 100%;

}

.sub1_1_d_section .review_list ul li{
    display: flex;

    border-bottom: 1px solid #ccc;
}

.sub1_1_d_section .review_list ul li .flex_left{
    width: 100%;
    border-right: 1px solid #cccccc;
}

.sub1_1_d_section .review_list ul li .flex_left .name{
    color: #454545;

    margin: 16px 0;
}

.sub1_1_d_section .review_list ul li .flex_left .content{
    height: 45px;
    overflow: hidden;
    padding-right: 60px;
}

.sub1_1_d_section .review_list ul li .flex_left .more_btn{
    color: #959595;
    text-decoration: underline;
    text-underline-position: under;

    margin: 20px 0 25px;
}

.sub1_1_d_section .review_list ul li .flex_right{
    padding-left: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub1_1_d_section .review_list ul li .flex_right > p{
    color: #959595;
}

.sub1_1_d_section .review_list ul li .flex_right .delete_btn{
    width: 80px;
    height: 35px;
    border: 1px solid #111;
}

.sub1_1_d_section .review_list ul li .flex_right .date{
    margin: 20px 0;
}

.sub1_1_d_section .review_list .write_btn{
    border: 1px solid #111;
    width: 135px;
    height: 40px;
}

.sub1_1_d_section .right .price p span{
    color : #959595;
    text-decoration: line-through;
    padding-right: 20px;
}

.sub1_1_d_section .right .price_more p{
    color : #454545;
}

.sub1_1_d_section .right .price_more p span{
    color : #c50000;
    padding-right: 20px;
}

.sub1_1_d_section .right .price_text p{
    color: #454545;

}

.sub1_1_d_section .right .price_text p span{
    color : #454545;
}

.sub1_1_d_section .right .color_input .img_wrap{
    width: 20px;
    height: 20px;
    border-radius: 64px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.0);
}

.sub1_1_d_section .right .color_input .img_wrap{
       
}

.sub1_1_d_section .right .color_input ul li{
    color: #454545;   
    width: 250px;
    height: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    /* border-bottom: 1px solid #d7d7d7; */
    box-shadow: 0 0 0 1px #d7d7d7;
    cursor: pointer;
}

.sub1_1_d_section .right .color_input ul li.on{
    background-color: #111;
    color: white;
}


.sub1_1_d_section .right .size_input{
    border: 1px solid #d7d7d7;
    padding: 25px 20px;
    /* box-sizing: border-box; */
}

.sub1_1_d_section .right .size_input input[type="text"]{
    width: 300px;
    height: 40px;
    border: 1px solid #d7d7d7;
}

.sub1_1_d_section .right .size_input .multi{
    padding: 0 15px;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub1_1_d_section .right .size_input ul.mount{
    display: flex;
    gap: 15px;
}

.sub1_1_d_section .right .size_input ul.mount li{
    border: 1px solid #d7d7d7;
    width: 50%;
    display: flex;

    cursor: pointer;
}

.sub1_1_d_section .right .size_input ul.mount li p{
    color: #959595;
}

.sub1_1_d_section .right .size_input ul.mount li .img_wrap{
    width: 70px;
    height: 100%;
}

.sub1_1_d_section .right .size_input ul.mount li .left_box{
    width: 49%;
    background-color: #f5f5f5;
    border-right: 1px solid #d7d7d7;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 0;
}

.sub1_1_d_section .right .size_input ul.mount li .right_box{
    position: relative;
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub1_1_d_section .right .size_input ul.mount li .right_box input[type="radio"],
.sub1_1_d_section .right .size_input ul.motor li input{
    position: absolute;
    top: 20px;
    right: 0px;
    transform: translate(-50%, -50%);
}

.sub1_1_d_section .right .option_wrap .sub_title{
    border-bottom: 1px solid #ccc;
}

.sub1_1_d_section .right .motor_left_box{
    background-color: #f5f5f5;
}

.sub1_1_d_section .right .size_input ul.motor li{
    width: 50%;
    display: flex;
    cursor: pointer;

    position:relative;
}

.sub1_1_d_section .right .size_input ul.motor li .name{
   color : #959595;
}

.sub1_1_d_section .right .size_input ul.motor li .motor_left_box {
    width: 100%;
    height: 130px;

    background-color: #f5f5f5;
    border: 1px solid #d7d7d7;

    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px 0; */
    /* overflow: hidden; */
}

.sub1_1_d_section .right .size_input ul.motor li .motor_left_box.motor_left_box_fixer{
    height: 130px;
}

.sub1_1_d_section .right ul li .img_wrap{
    /* height: 100%; */
    height: 60%;
}

.sub1_1_d_section .right .size_input ul.motor li .right_box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub1_1_d_section .right .size_input ul.motor_side li{
    width: 130px;
}

.sub1_1_d_section .right .naming input{
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

.sub1_1_d_section .quantity_wrap{

}

.inches_input{
    text-align: center;
    gap: 40px;
}

.inches_input .title{
    margin-bottom: 10px;
}

.inches_input .inches_wrap > p{
    margin-bottom: 10px;
}

.inches_input .selectbox{
    border: 1px solid #d7d7d7;
    padding: 10px;

    position: relative;
    width: 100px;
}

.inches_input .selectbox{

}

.inches_input .selectbox i{
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0%, -50%);

    z-index: -1;
}

.inches_input .inch{
    margin-right: 10px;
}



/* 수량 버튼 css */
.b1 {
    width: max-content;
    display: inline-block;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.form-control {
    border-radius: 0 !important;
    text-align: center !important;
    width: 70px;
    float: left;
    height: 40px;
    font-size: 16px !important;
    box-sizing: border-box;
    padding: 0;
    border-left: none;
    border-right: none;
    border-top: 0;
    border-bottom: 0;
    font-family: 'Pretendard-Medium', sans-serif;
}

.form-control2 {
    border-radius: 0 !important;
    text-align: center !important;
    width: 40px;
    float: left;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
}

.btn-primary {
    box-sizing: border-box !important;
    color: #111 !important;
    background-color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.btn-danger {
    box-sizing: border-box !important;
    color: #111 !important;
    background-color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.btn-btn2 {
    font-size: 16px;
    float: left;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0 !important;
}

/* // 수량 버튼 css */

.final_area_wrap .final_area{
    width: 100%;
    border-top: 1px solid #ccc;
}

.final_area_wrap .final_area{
    display: flex;
    justify-content: space-between;
}

.final_area_wrap .final_area p{
    color : #454545;
}

.final_area_wrap .btns{
    display: flex;
    gap: 15px;
}

.final_area_wrap .btns .btn{
    width: 50%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Regular', sans-serif;
}

.final_area_wrap .btns .btn1{
    color: #111;
    border: 1px solid #111;
}

.final_area_wrap .btns .btn2{
    color : white;
    background-color: #111;
}

.review_w_section .big_title{
    border-bottom: 2px solid #111;
}

.sub4_1_section .big_sub_title{
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;

    
}

.sub4_1_section .big_sub_title .left{
    width: 50%;
    background-color: #d8ebd4;

    border-right: 1px solid #111;
    box-sizing: border-box;
    padding: 80px 5%;
}

.sub4_1_section .big_sub_title .right{
    width: 50%;
    padding: 80px 5%;

    /* margin-left:60px; */
}

.sub4_1_section .big_sub_title .right .circle{
    width:32px;
    height: 32px;
    border-radius: 64px;
    background-color: #111;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
}

.sub4_1_section .big_sub_title .coupon{
    width: 370px;
    
}

.sub4_1_section .big_sub_title .coupon .more_wrap{
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 20px 0;
}

.sub4_1_section .big_sub_title .coupon .title{
    width: 110px;
    min-width: 110px;
}

.sub4_1_section .big_sub_title .coupon ul li{
    margin-bottom: 5px;
}

.sub4_1_section .big_sub_title .right .more{
    text-align: right;
    padding-top: 20px;
}

.sub4_1_section .review_sub_title{
    padding: 20px 0;
    border-bottom: 2px solid #111;
}

.sub4_1_section .review_sub_title > p{
    color : #959595;
}

.sub4_1_section .review_sub_title > p span{
    padding-right: 20px;
}

.sub4_1_section .review_sub_title ul li{
    color: #959595;
    cursor: pointer;
}

.sub4_1_section .review_sub_title ul li.on{
    color: #111;
}

.sub4_1_section .review_list ul li .flex_right{
    width: 380px;
    min-width: 380px;
    padding-left: 0;
    border-right: 1px solid #ccc;
}

.sub4_1_section .review_list ul li .flex_left{
    border-right: none;
    padding-left: 50px;
}

.review_img .img_wrap {
    border-radius: 8px;
    border: 1px solid #b7b7b7;
    width: 130px;
    height: 130px;
    overflow: hidden;
}






.order_section{
    
}

.order_section .btn1{

}

.order_section .left{
    /* width: 1000px; */
    width: 50%;
    border-right : 1px solid #b7b7b7;
    
}
.order_section .left{
    padding: 80px 80px 160px;
}

.order_section .right{
    padding: 80px 0px 160px;
}

.order_section .right{
    /* width: 960px; */
    width: 50%;
    background-color: #f7f7f7;
    /* padding: 50px; */
}

.order_section .input_wrap p{
    color: #808080;
    cursor: default;
}

.order_section .input_wrap{
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding: 8px 20px;
}

.order_section .input_wrap input[type="text"]{
    font-size: 18px;
    width: 100%;
    border: none;
    padding: 0;
}

.order_section .input_wrapper .input_wrap_double{
    display: flex;
    gap: 14px;
}

.order_section .input_wrapper .input_wrap_double input{
    width: 100%;
}

.order_section .input_wrapper .address_wrap{
    position: relative;
}

.order_section .input_wrapper .address_wrap img{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.order_section .btn{
    color: white;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border-radius: 8px;
}

.order_section .left .content_wrap{
    width: 530px;
    float: right;
}

.order_section .right .content_wrap{
    width: 600px;
}

.order_section .right .img_wrap{
    width: 180px;
    height: 125px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.order_section .right .product_wrap{
    width: calc(100% - 180px);
}

.order_section .right ul{
    display: flex;
    flex-direction: column;
}

.order_section .right ul li{
    padding: 30px 40px 30px;
    border-bottom: 1px solid #ccc;
}

.order_section .right ul li .product_title{
    /* width: 220px; */
    margin-bottom: 20px;
}

.order_section .product_option_wrap{
    width: 320px;
}

.order_section .right ul li .each_wrap{
    display: flex;
    justify-content: space-between;
}


.order_section .right .sub_total_wrap{
    padding: 30px;
}

.cart_section .big_title{
    border-bottom: 2px solid #111;
}

.cart_section .order_section .right{
    background-color: initial;
    padding: 0;
}

.cart_section .order_section .right .content_wrap,
.cart_section .order_section .right{
    width: 100%;    
}

.cart_section .order_section .right ul li{
    padding: 30px 0;
}

.cart_section .order_section .right .img_wrap{
    width: 280px;
    height: 190px;
}

.cart_section .order_section .right ul li .each_wrap{
    flex-direction: column;
    justify-content:flex-start;
    gap: 50px;
    text-align: right;
}

.cart_section .route .sub_total_title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.cart_section .route .sub_total_wrap .box{
    border-bottom: 1px solid #111;
}

.cart_section .sub_total_wrap{
    padding-top: 120px;
}



.order_succ_section .title{
    text-transform: uppercase;
}

.order_succ_section .line{
    width: 135px;
    height: 2px;
    background-color: #111;

    display: inline-block;
}

.order_succ_section{
    /* width: 520px; */
    width: 100%;
}

.order_succ_section .text{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #111;
}

.order_succ_section .btn1,
.order_succ_section .btn2{
    width: 100%;
    height: 63px;
    border: 1px solid #111;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Pretendard-Medium', sans-serif;
}

.order_succ_section .btn1{
    background-color: #111;
}

.order_succ_section .center{
    width: 520px;
    margin: 200px auto 0px;
    text-align: center;
}

.login_section .id_pw_btns .id_btn{
    border-bottom: 2px solid #111;
}

.login_section .id_pw_btns .pw_btn{
    color : #a7a7a7;
    border-bottom: 1px solid #ccc;
}

.login_section .id_pw_btns{
    display: flex;
}

.login_section .id_pw_btns .id_btn,
.login_section .id_pw_btns .pw_btn{
    width: 50%;

    text-align: center;
}

.mypage .common_input input::placeholder{
    color : #959595;
}


/* 마이페이지 */

.mypage.login_section .sub_title{  
    width: 100%;
    height: 2px;
    background-color: #111;
}

.mypage .common_input{
    align-items: baseline;
    text-align: initial;
    width: 100%;
}

.mypage .common_input_wrap{
    width: 100%;
}

.order_succ_section.mypage .center{
    text-align: initial;
}

.mypage .common_input input[type=text],
.mypage .common_input input[type=password]{
    border: 1px solid #d7d7d7;
    /* border-radius: 8px; */

    width: 100%;
    padding: 18px;

    transition: 0.2s;
}

.mypage .common_input input[type=text]:focus,
.mypage .common_input input[type=password]:focus{
    border: 1px solid #111;
}


.login_section .custom_checkbox1,
.leave_popup .custom_checkbox1{
    padding-left: 13px;
}

.login_section .custom_checkbox1 label:before,
.leave_popup .custom_checkbox1 label:before{
    left: -20px;
}

.login_section .bottom_wrap p,
.mypage2_section .bottom_wrap p{
    text-decoration: underline; 
    text-underline-position:under;
}

.popup{
    position: relative;
    background-color: white;   
    text-align: center;
}

.f_popbox{
    /* border-radius: 8px; */
}



.popup .x_wrap{
    position: absolute;
    top: 7%;
    right: 5%;
}

.id_popup{
    display: flex;
    align-items: center;
    justify-content: center;
}

.id_popup .f_popbox{
    background-color: white;
    padding: 60px;
    width: 670px;
    /* height: 460px; */
    box-sizing: border-box;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.id_popup .sub_title{
    color: #808080;
}


.id_popup .finder{
    /* border-radius: 8px; */

    text-align: center;
    padding: 60px 0;
    width: 97%;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.popup .f_popbox .title{
    width: 250px;
    margin: 0 auto;
    padding-bottom: 20px;

    /* border-bottom: 2px solid #111; */
    box-shadow: 0 4px 0px -1.5px #111;
    transform: translateY(-1px);
}

.popup .f_popbox .finder{
    width: 530px;
    border-top: 1px solid #ccc;
}

.id_popup .btn1_wrap{
    display: flex;
    gap: 10px;
}

.id_popup .btn1_fix{
    color: #111;
    background-color: white;
}

.join_section .big_title{
    width: 250px;
    margin: 0 auto;
    padding-bottom: 70px;
    
    box-shadow: 0 4px 0px -1.5px #111;
    transform: translateY(-1px);
}

.join_section .first_input{
    border-top: 1px solid #ccc;
    padding-top: 50px;
}





.dupl_btn{
    width: 120px;
    min-width: 120px;
    height: 56px;
    background-color: white;
    color: #111;
    /* border-radius: 8px; */
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Medium', sans-serif;
}


.join_section.sub5_3_w_section .input_wrap .selectbox{
    /* width:initial; */
}

.join_section .input2{
    width: 100%;
}

.join_section .input_wrap.phone_input .selectbox{
    width: 100px;
    min-width: 100px;
}

.join_section.sub5_3_w_section .phone_input input[type="text"]{
    width: 100%;
}

.join_section .addr2_wrap{
    position: relative;
}

.join_section .addr2_wrap img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}

.join_popup .finder img{
    display: block;
    margin: 0 auto;
}

.check_section .big_title{
    width: 260px;
    margin: 0 auto;
    padding-bottom: 70px;
    box-shadow: 0 4px 0px -1.5px #111;
    transform: translateY(-1px);
}

.check_section .first_input {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.mypage1_section table{
    width: 100%;
    border-collapse: collapse;
}

.mypage1_section table tr th{
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.mypage1_section table tr td,
.mypage1_section table tr th{
    padding: 24px 10px;
}

.mypage1_section table tr{
    border-bottom: 1px solid #ccc;
}

.mypage1_section table tr td{
    text-align: center;
}

.mypage1_section table tr td .img_wrap{
    width: 130px;
    height: 85px;
}

.mypage1_section table tr td .text_wrap span{
    color: #ccc;
}

.mypage1_section table tr td:nth-child(1){
    width: 185px;
}

.mypage_section .left{
    width: 69%;
}

.mypage_section .right{
    width: 31%;
    border-left: 1px solid #111;
}

.mypage_section .right ul{
    
}

.mypage_section .right ul li{
    display: flex;
    justify-content: space-between;

    padding: 30px 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;

    box-sizing: border-box;
}

.mypage_section .right ul li i{
    font-size: 20px;
}

.mypage1_d_section{
    /* width: 880px; */
    width: 46%;
    margin: 0 auto;
}

.mypage1_d_section .date{
    border-bottom: 1px solid #111;
}

.mypage1_d_section .each_wrap{
    margin-top: 40px;
}


.mypage1_d_section .info_area .title{
    
}

.mypage1_d_section .info_area .content{
    border-top: 1px solid #111;
    border-bottom: 1px solid #b7b7b7;
}

.mypage1_d_section .info_area .content ul li{
    display: flex;
}

.mypage1_d_section .info_area .content ul li .label{
    width: 170px;
    min-width: 170px;

    font-family: 'Pretendard-Bold', sans-serif;
}


.mypage1_d_section .info_area .content ul li .show{
    font-family: 'Pretendard-Regular', sans-serif;
}

.mypage1_d_section .btn{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 165px;
    height: 50px;
    background-color: #111;
    color: white;

    margin: 0 auto;
}

.mypage2_section .big_title{
    width: 270px;
    text-transform: inherit;
    padding-bottom: 20px;
    margin: 0 0%;
    text-align: left;
}



.leave_popup .finder{
    padding: 30px 0 0px;
}


.custom_checkbox1 label {
    cursor: pointer;
    /* display: inline-block; */
    position: relative;

    font-family: 'Pretendard-Medium', sans-serif;
}

.custom_checkbox1 label:before {  
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;  
    left: -10px;
    transform: translate(-50%, 3px);
}
	
.custom_checkbox1 input[type=checkbox] {  
    /* display: none;   */
    visibility: hidden;
}
	
.custom_checkbox1 label:before {
    background: url('../images/icon_checkbox_unchecked.png') left center no-repeat;
}

.custom_checkbox1 input[type=checkbox]:checked + label:before {  
    background: url('../images/icon_checkbox.png') left center no-repeat;  
} 


.mypage3_section .sub5_1_section table tr th{
    border-top: 2px solid #111;
}


.mypage3_section .sort{
    border-top: 1px solid #111;
}

.sub5_3_d_section .answer_wrap{
    border-bottom: 1px solid #d7d7d7;
}

.sub5_3_d_section .answer_wrap .title p span{
    color: #777;
}

.sub5_3_d_section .answer_wrap .content{
    padding: 30px 20px;
}




.order_section .right ul li .option p.pcs{
    color: #111;
}

.order_section .radio_wrap{
    width: auto;
    padding: 20px;
    font-family: 'Pretendard-Medium';
}

.order_section .radio_wrap label{
    display: flex;
    align-items: center;
    gap: 14px;
}


.order_section .color_fix{
    filter: invert(54%) sepia(12%) saturate(15%) hue-rotate(357deg) brightness(91%) contrast(90%);

    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}

.order_section .radio_wrap1{
    border-bottom: 1px solid #b7b7b7;
    border-top: 8px;
}

.order_section .radio_wrap.border_fix {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.order_section .radio_wrapper{
    padding:0;
}

.order_section .option dl dt{
    color: #959595;
}

.product_size_wrap .product_size span{
    font-family: 'Pretendard-Bold', sans-serif;
}

.product_size_wrap .product_size{

}





.list_route {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.list_route_wrap{
    align-items: center;
    height: 80px;
}

.list_route ul li{
    color : #c9c9c9;
}

.list_route ul li.on{
    color: #111;
}

.list_route .order_wrap{
    position:relative;
}

.list_route .order_wrap .order_box{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_route .order_wrap .order_box{
    width: 150px;
    height: 130px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #111;
    background-color: white;

    justify-content: space-between;
}

.sub1_1.list_route .order_wrap .order_box.order_box_fix {
    width: 250px;
    height: 280px;
    top: 175px;
    left: 105px;
}

.list_route .order_wrap > p span{
    padding-left: 30px;
}

.list_route .order_wrap .order_box{
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.list_route .order_wrap .order_box.on{
    opacity: 1;
    visibility: visible;
}

.list_route .order_wrap .order_box .order{
    cursor: pointer;
}

.list_route .order_wrap .order_box .order:hover{
    font-family: 'Pretendard-SemiBold', sans-serif;
}





.sub3_1_section .section1{
    width: 100%;
}

.sub3_1_section .section1 .left,
.sub3_1_section .section1 .right{
    width: 50%;
}

.sub3_1_section .section1 .top{
    height: 560px;
}

.sub3_1_section .section1 .bottom{
    height: 830px;

    color: white;
}

.sub3_1_section .section1 .top{
    background-color: #d2d2d2;
}

.sub3_1_section .section1 .top .left{
    color: #111;
    padding-left: 5%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sub3_1_section .section1 .top .right{
    background-image: url(../images/sub3_1_img1.jpg);
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-position: 100% center;
    background-size: 50% 80%;
    background-repeat: repeat;
    background-attachment: fixed;
}

.sub3_1_section .section1 .bottom{
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.sub3_1_section .section1 .left{
    border-right: 1px solid #111;
}

.sub3_1_section .section1 .bottom .left{
    background-image: url(../images/sub3_1_img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
    padding: 20px;
    box-sizing: border-box;
}

.sub3_1_section .section1 .bottom .right{
    background-color: #577279;

    padding: 80px; 
    box-sizing: border-box;    
}


.sub3_1_section .scroll {
  position: relative;
  width: 100vw;
  height: 150px;
  overflow: hidden;
    margin: 0;
    padding-top: 35px;
    box-sizing: border-box;
}

.sub3_1_section .m-scroll {
  overflow : hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 80s infinite linear;
  margin: 0;
  display: inline-block;
}

.sub3_1_section span {
  display: inline-block;
  min-width: 100vw;
  margin: 0;
  padding: 0;
  color: #111;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.sub3_1_section .section2{
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;

    /* height: 1000px; */
}

.sub3_1_section .section2 .text_area{
    background-image: url(../images/sub3_1_img3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    height: 1000px;
}

.sub3_1_section .section2 .text_area .text{
    background-color: #9f948e;

    /* width: 510px;
    height: 510px; */

    width: 30%;
    height: 51%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub3_1_section .section2 .text_area .top_text{
    position: absolute;
    top: 36%;
    left: 31%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.sub3_1_section .section2 .text_area .bottom_text{
    position: absolute;
    bottom: 2%;
    right: -135%;
    transform: translate(-50%, -50%);
    text-align: right;
    width: max-content;
}

.sub3_1_section .section3{
    width: 100%;
    height: 880px;

    background-image: url(../images/sub3_1_img4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub3_1_section .section3 .text_area{
    padding: 100px;
    width: 50%;
    height: 100%;
    background-color: white;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub3_1_section .section3 .text_area .btn{
    background-color: #111;

    width: 210px;
    height: 50px;
}

.sub5_section{
    padding-top: 100px;
    padding-bottom: 140px;
}

.sub5_section .route ul{
    border-top: 1px solid #cccccc;
    width: 370px;
}

.sub5_section .route ul li{
    height: 50px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'pop-regular';
}

.sub5_section .route ul li.on{
    border: none;
    background-color: #111;
    color: white;
}

.sub5_1_section table{
    width: 100%;
    border-collapse: collapse;
}

.sub5_section .content_wrap{
    width: 66vw;

    margin-right:20px;
}

.content_detail{
    padding: 50px 20px;
}

.content_detail img{
    display: block;
    max-width: 100%;
	margin-bottom: 10px;
}

.content_wrap .attach{
    width: 100%;
}

.content_wrap .attach ul{
    border-top: 1px solid #cccccc;
}

.content_wrap .attach ul li{
    padding: 15px 20px;
    border-bottom: 1px solid #cccccc;
}

.content_wrap .attach ul li p{
    display: flex;
    align-items: center;
}

.content_wrap .attach ul li p img{
    padding-right: 10px;
}

.list_btn{
    width: 185px;
    height: 50px;
    background-color: #111;
    font-family: 'Pretendard-Regular', sans-serif;

    margin-left: auto;
    margin-right: auto;
}


.sub5_1_section table tr td{
    padding: 30px 0;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
}

.sub5_1_section table tr th{
    padding: 20px 0;
    text-align: center;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 2px solid #111;
}

.sub5_1_section table tr td:nth-child(1){
    width: 80px;
}

.sub5_1_section table tr td:nth-child(2){
    padding-left: 45px;
    text-align: left;
}

.sub5_1_section table tr td:nth-child(3){
    width: 140px;
    color : #454545;
}

.sub5_1_d_section .title_wrap{
    width: 100%;
    border-bottom: 2px solid #111;
    padding: 15px 20px;
    box-sizing: border-box;
}

.sub5_2_section .flex_wrapper{
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
}

.sub5_2_section .flex_wrapper ul{
    display: flex;
    justify-content: space-between;
}

.sub5_2_section .flex_wrapper ul li{
    position: relative;

    padding: 30px;
    width: 393px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.sub5_2_section .flex_wrapper ul li img{
    position: absolute;
    bottom: -2%;
    right: -1%;
    transform: translate(-50%, -50%);
}

.sub5_2_section .flex_wrapper ul li .small_title{
    color: #454545;
}

.sub5_2_section .flex_wrapper ul li .btn{
    width: 100%;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #111;
}

.sub5_3_section .btn_area ul{
    display: flex;
    align-items: center;
}

.sub5_3_section .btn_area ul li{
    margin-right: 40px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #454545;
    cursor: pointer;
}

.sub5_3_section .btn_area ul li.on{
    font-family: 'Pretendard-Bold', sans-serif;
    text-decoration: underline; 
    text-underline-position:under;
}

.sub5_3_section .submit_btn{
    width: 150px; 
    height: 40px;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub5_3_d_section .title_wrap .title span{
    padding: 0 15px;
}


.sub5_3_w_section .content_wrap .input_wrap .input_title{
    margin-bottom: 10px;
}


.sub5_3_w_section .input_wrap .selectbox{
    position: relative;
    width: 200px;
}

.sub5_3_w_section .input_wrap select{
    padding: 0 20px;
}

.sub5_3_w_section .input_wrap select,
.sub5_3_w_section .input_wrap input[type="text"]{
    height: 50px;
}

.sub5_3_w_section .input_wrap input[type="text"]{
    width:600px;
}

.sub5_3_w_section .input_wrap textarea{
    width: 100%;
    height: 380px;
}

.sub5_3_w_section .input_wrap .selectbox i{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    font-size: 26px;
}

.sub5_3_w_section .input_wrap select,
.sub5_3_w_section .input_wrap input[type="text"],
.sub5_3_w_section .input_wrap textarea{
    border: 1px solid #cccccc;
    font-family: 'Pretendard-Regular', sans-serif;
    /* font-size: 18px; */
}

.sub5_3_w_section .input_wrap select{
    padding: 0 20px;
}

.sub5_3_w_section .input_wrap input[type="text"],
.sub5_3_w_section .input_wrap textarea{
    padding: 20px;
}

.sub5_3_w_section .input_wrap input[type="text"]::placeholder,
.sub5_3_w_section .input_wrap textarea::placeholder{
    color: #959595;
}

.sub5_3_w_section .content_wrap ul{
    width: 100%;
}

.sub5_3_w_section .content_wrap ul li{
    display: flex;

    border-bottom: 1px solid #cccccc;
    padding: 10px 0;

    align-items: center;
}

.sub5_3_w_section .content_wrap ul li > p{
    padding-right: 15px;
}

.sub5_3_w_section .upload_btns{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.sub5_3_w_section .btn{
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sub5_3_w_section .btn1{
    background-color: #111;
    color: white;
}

.sub5_3_w_section .btn2{
    border: 1px solid #ccc;   
}

.sub5_4_section .slide_content{
    width: 100%;
    border-top: 2px solid #111;
}


.sub5_4_section .slide_content ul li{
    
}

.sub5_4_section .slide_content ul li .question,
.sub5_4_section .slide_content ul li .answer{
    padding: 24px 0;
    cursor: pointer;

    border-bottom: 1px solid #cccccc;
}

.sub5_4_section .slide_content .type{
    width: 230px;
    min-width: 230px;
    text-align: center;
}

.sub5_4_section .slide_content .answer{
    background-color: #f6f6f6;
    /* height: 0px; */
    display: none;
}

.sub5_4_section .slide_content .answer .flex_box{
    margin-left: 230px;
}



.sub5_4_section .slide_content i{
    font-size: 24px;
    margin-right: 20px;
}




.page_btn{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
}

.page_btn a{
    width:30px;
    height:30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn .page_num{
    color: white;
    border-radius: 64px;
    background-color: #111;
}

.page_btn .arrow_btn{
    font-size: 24px;
    cursor: pointer;
    /* transform: translateY(2px); */
}

.sub5_2_section .small_title{
    color : #454545;
}

.sub5_2_section .flex_wrapper{

}



/* 라디오 버튼 크기 및 스타일 커스텀 */
input[type="radio"] {
    appearance: none; /* 기본 스타일 제거 */
    -webkit-appearance: none;
    width: 12px;
    height: 22px;
    border: 1px solid #ddd; /* 테두리 색상 옅게 */
    border-radius: 50%; /* 동그라미 모양 */
    margin: 0;
    cursor: pointer;
    position: relative;
}

/* 체크됐을 때 내부 동그라미 스타일 */
input[type="radio"]:checked {
    border-color: black; /* 체크됐을 때 테두리 색상 */
}

input[type="radio"]:checked::after {
    content: '';
    width: 10px; /* 내부 동그라미 크기 */
    height: 10px; /* 내부 동그라미 크기 */
    background: black; /* 내부 동그라미 색상 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 커스텀 select  */
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d7d7;
}

.custom-select_trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    height: 3vw;
    line-height: 0px;
    background: #ffffff;
    cursor: pointer;
    padding: 0 0.5vw;
}

.custom-options {
    width: 100.1%;
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 0.5vw;
    line-height: 57px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.custom-option.selected {
    color: #ffffff;
    background-color: var(--main-color)
}

.sub1_1_d_section .review_img{
    width: 90%;
}

.sub1_1_d_section .review_img .img_wrap{
    width: 110px;
    height: 110px;
}

 .sub5_3_w_section .input_wrap .selectbox i{
        z-index: -1;
 }

 .sub1_1_d_section .sub_center{
    padding: 30px 0;
 }

.sub1_1_d_section .sub_center img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}


/* mobile */
@media screen and (max-width: 767px) {
    #sub_content{
        margin-top: 70px;
    }

    #sub_intro{
        height: 120px;

        background-image: url(../images/image.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sub3_1_section .section1 .top .right{
        height: 230px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }

    .sub1_1_section .content_wrap ul li .img_wrap{
        height: 200px;
    }

    .sub3_1_section .section1 .left,
    .sub3_1_section .section1 .right{
        width: 100%;
    }

    .sub3_1_section .section1 .top .left{
        padding: 5%;
    }

    .sub3_1_section .section1 .top{
        height: 100%;
        flex-direction: column-reverse;
    }

    .sub3_1_section .section1 .bottom .left{
        height: 350px;
        padding: 5%;
    }

    .sub3_1_section .section1 .bottom .right{
        padding: 5%;
    }

    .sub3_1_section .section1 .bottom{
        flex-direction: column;
        height: 100%;
    }

    .sub3_1_section .scroll{
        height: 110px;
    }

    .sub3_1_section .section2 .text_area{
        height: 400px;
    }

    .sub3_1_section .section2 .text_area .text{
        width: 70%;
        height: 51%;
       
    }

    .sub3_1_section .section2 .text_area .top_text {
        top: 30%;
        left: 37%;
        text-align: center;
        scale: 0.8;
    }

    .sub3_1_section .section2 .text_area .bottom_text {
        bottom: 4%;
        left: 38%;
        text-align: center;
        scale: 0.8;
    }

    .sub3_1_section .section3{
        width: 100%;
        height: 800px;
        background-position: 75% -110px;
        background-size: 215% 80%;
        position: relative;
    }

    .sub3_1_section .section3 .text_area{
        padding: 5%;
        width: 100%;
        height: 33%;
        position: absolute;
        bottom: 0;
    }

    .sub3_1_section .section3 .text_area .btn{
        width: 180px;
        height: 40px;
    }

    .sub5_section{
        padding: 50px 0 50px 0;
    }

    .sub5_section .center{
        flex-direction: column-reverse;
        gap:30px;
    }

    .sub5_section .content_wrap{
        width: 100%;
        margin-right: 0;
    }

    .sub5_section .route ul{
        width: 100%;
    }

    .sub5_section .route ul li{
        height: 40px;
    }

    .sub5_1_section table tr td:nth-child(1){
        width: 40px;
    }

    .sub5_1_section table tr td{
        padding: 14px 0;
        font-size: 14px;
    }

    .sub5_1_section table tr td:nth-child(2){
        padding-left: 10px;
        padding-right: 10px;
    }

    .page_btn .arrow_btn{
        font-size: 20px;
    }

    .page_btn{
        gap: 8px;
    }

    .page_btn a {
        width: 24px;
        height: 24px;
    }

    .sub5_2_section .flex_wrapper ul{
        flex-direction: column;
    }

    .sub5_2_section .flex_wrapper ul li{
        padding: 20px;
        width: 100%;
    }

    .sub5_2_section .flex_wrapper ul li img{
        display: none;
    }

    .sub5_2_section .flex_wrapper ul li .btn{
        height: 40px;
    }

    .sub5_3_section .btn_area {
        flex-direction: column;
        gap: 30px;
    }

    .sub5_3_section .btn_area ul {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    /* 모바일 table */
    .for_mobile table {
        width: auto!important; 
        table-layout: fixed;
        white-space: nowrap
    }
    
    .for_mobile{
        overflow-x: auto;
    }
    /* 모바일 table */

    .sub5_3_section .btn_area ul li{
        margin-right:0;
    }

    .sub5_4_section .slide_content ul li .question, .sub5_4_section .slide_content ul li .answer {
        padding: 14px 0;
    }

    .sub5_4_section .slide_content ul li .question, .sub5_4_section .slide_content ul li .answer {
        padding: 14px 0;
        align-items: center;
    }

    .sub5_4_section .slide_content .type {
        width: 70%;
        min-width: initial;
    }

    .sub5_4_section .slide_content ul li .question .flex_box{
        align-items: center;
    }

    .sub5_4_section .slide_content i {
        font-size: 18px;
        margin-right: 10px;
    }

    .sub5_4_section .slide_content .answer .flex_box{
        margin: 0 5%;
    }

    .order_succ_section .center{
        margin: 90px auto 0px;
        width: 90%;
    }

    .order_succ_section .btn1, .order_succ_section .btn2{
        height: 40px;
    }

    .mypage .common_input input[type=text], .mypage .common_input input[type=password]{
        padding: 13px;
    }

    .dupl_btn{
        width: 80px;
        min-width: 80px;
        height: 40px;
    }

    .sub5_3_w_section .input_wrap select,
    .sub5_3_w_section .input_wrap input[type="text"],
    .sub5_3_w_section .input_wrap textarea{
        
    }

    .sub5_3_w_section .input_wrap select, .sub5_3_w_section .input_wrap input[type="text"] {
        height: 43px;
    }

    .sub5_3_w_section .input_wrap .selectbox{
        width: 33%;
    }

    .join_section .big_title{
        padding-bottom: 40px;
    }

    .id_popup .f_popbox{
        width: 90%;
            padding: 30px;
    }

    .popup .f_popbox .finder{
        width: 100%;
    }

    .popup .f_popbox .title{
        width: 180px;
    }

    .id_popup .finder{
        padding: 30px 0;
    }

    .mypage_section .right ul li{
        width: 100%;
        padding: 20px;
    }

    .mypage_section .right ul{
        border-top: 1px solid #ccc;
        width: 100%;
    }

    .mypage_section .right{
        width: 100%;
        border-left: none;
    }

    .mypage.flex{
        flex-direction: column-reverse;
    } 

    .mypage_section .left{
        width: 100%;
    }

    .mypage_center{
        width: 90%;
    }

    .sub1_1_d_section .review_list .mypage_center{
        flex-direction: column;
    }

    .sub1_1_d_section .review_list ul li .flex_left{
        border-right: none;
    }

    .sub1_1_d_section .review_img{
        width: 100%;
    }

    .sub1_1_d_section .review_img .img_wrap {
        width: 80px;
        height: 80px;
    }

    .sub1_1_d_section .review_list ul li .flex_right{
        padding-left: 0;
        padding-top:20px;
    }

    .sub1_1_d_section .review_list ul li .flex_right .date{
        margin: 10px 0;
    }

    .mypage1_section table tr td, .mypage1_section table tr th {
        padding: 14px 8px;
    }

    .check_section .big_title{
        width: 200px;
        padding-bottom: 40px;
    }

    .mypage2_center{
        width: 90%;
    }

    .mypage2_section.join_section .big_title{
        padding-bottom: 20px;
    }

    .join_section .first_input{
        padding-top:30px;
    }

    .custom_checkbox1 label:before{
        transform: translate(-50%, 0px);
    }

    .id_popup.leave_popup .finder{
        padding: 30px 0 0;
    }

    .mypage1_d_section{
        width: 90%;
    }

    .cart_section .order_section .right ul li{
        padding: 20px 0;
    }

    .cart_section .order_section .right ul li > .flex{
        flex-direction: column;
    }

    .cart_section .order_section .right ul li .product_wrap{
        width: 100%;
        flex-direction: column;
    }

    .cart_section .order_section .right ul li .each_wrap{
        text-align: left;
        margin-top: 10px;
    }

    .mypage1_d_section .date{
        flex-direction: column;
        gap: 10px;  
    }

    .mypage1_d_section .btn{
        width: 130px;
        height: 40px;
    }

    .sub5_3_w_section .input_wrap input[type="text"], .sub5_3_w_section .input_wrap textarea {
        padding: 10px;
    }

    .sub5_1_d_section.sub5_3_w_section .input_wrap input[type="text"],
    .sub5_1_d_section.sub5_3_w_section .input_wrap .selectbox{
        width: 100%;
    }

    .sub5_1_d_section.sub5_3_w_section .input_wrap select{
        padding: 0 10px;
    }

    .sub5_3_w_section .btn{
        width: 120px;
        height: 40px;
    }

    .sub5_1_d_section .title_wrap{
        padding: 10px;
    }

    .content_detail{
        padding: 20px 0px;
    }

    .content_wrap .attach ul li{
        padding: 10px;
    }

    .sub5_3_d_section .answer_wrap .content{
        padding: 10px;
    }

    .list_btn{
        width: 135px;
        height: 40px;
    }

    .sub5_3_w_section .input_wrap select{
        padding: 0 10px;
    }

    .order_section{
        flex-direction: column-reverse;
    }

    .order_section .left,
    .order_section .right{
        width: 100%;
    }

    .order_section .right{
        padding: 30px 0 50px;
    }

    .order_section .left .content_wrap,
    .order_section .right .content_wrap{
        width: 90%;
        margin: 0 auto;
    }

    .order_section .right ul li{
        padding: 0 ;
    }

    .order_section .right .img_wrap{
        width: 80px;
        height: 80px;
    }

    .order_section .right .content_wrap ul li > .flex{
        padding: 20px 0;
    }

    .order_section .right ul li .product_title{
        margin-bottom: 10px;
    }

    .order_section .right .sub_total_wrap{
        padding: 20px 0;
    }

    .order_section .left{
        padding: 30px 0 50px;
    }

    .order_section .left .content_wrap{
        float: initial;
    }

    .order_section .input_wrap input[type="text"]{
        font-size: 14px;
    }

    .order_section .radio_wrap{
        padding: 10px 20px;
    }

    .order_section .btn{
        height: 40px;
    }

    .list_route .order_wrap .order_box{
        top: 90px;
    }

    .list_route .order_wrap .order_box.m_order_box{
        width: 150px !important;
        top: 145px !important;
        left: 0% !important;
        transform: translate(-0%, -50%);
        height: 250px !important;
    }

    .list_route .order_wrap .order_box{
        padding: 15px;
    }

    .list_route_wrap{
        height: 60px;
    }

    .sub1_1_section .content_wrap ul{
        gap: 10px;
        justify-content: space-between;
    }

    .sub1_1_section .content_wrap ul li{
        width: 48%;
    }

    .cart_section .sub_total_wrap{
        padding-top: 0px;
    }

    .cart_section .order_section .right ul li .m_each_wrap{
        gap: 0px;
    }

    .form-control,
    .btn-btn2{
        font-size: 14px !important;
    }

    .sub5_section.cart_section .center{
        flex-direction: column;
    }

    .sub1_1_d_section > .flex{
        flex-direction: column-reverse;
    }

    .sub1_1_d_section .left{
        border: none;
    }

    .sub1_1_d_section .left, .sub1_1_d_section .right{
        width: 100%;
    }

    .sub1_1_d_section .detail_slider .img_wrap{
        height: 430px;
    }

    .slick-dots li,
    .slick-dots li button:before{
        width: 40px !important;
    }

    .sub1_1_d_section .detail_route{
        /* overflow-x: auto; */
    }

    .sub1_1_d_section .detail_route ul{
        justify-content: center;
        /* width: max-content; */
        flex-wrap: wrap;
        gap: 20px 30px;
    }

    .sub1_1_d_section .common_title{
        padding: 20px;
    }

    .sub1_1_d_section .review_list ul li > .flex{
        flex-direction: column;
    }

    .sub1_1_d_section .review_list ul li .flex_left .content{
        padding-right: 0px;
    }

    .sub1_1_d_section .review_list .write_btn{
        width: 105px;
    }

    .sub1_1_d_section .right {
        padding: 30px 5% 50px;
        box-sizing: border-box;
        border-top: 1px solid #111;
    }

    .sub1_1_d_section .right .size_input input[type="text"]{
        width: 100px;
    }

    .sub1_1_d_section .right .size_input{
        padding: 15px;
    }

    .sub1_1_d_section .right .color_input ul li{
        width: 50%;
    }

    .final_area_wrap .btns .btn{
        height: 40px;
    }

    .sub4_1_section .big_sub_title .left,
    .sub4_1_section .big_sub_title .right{
        width: 100%;
        box-sizing: border-box;
    }

    .sub4_1_section .big_sub_title .left{
        padding: 20px 5%; 
        border-bottom: 1px solid #111;
        border-right: none;
    }

    .sub4_1_section .big_sub_title{
        flex-direction: column;
    }

    .sub4_1_section .big_sub_title .right{
        padding: 20px 5%;
    }

    .sub4_1_section .big_sub_title .right .coupon_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .sub4_1_section .big_sub_title .coupon{
        width: 100%;
    }

    .sub4_1_section .big_sub_title .coupon .more_wrap{
        padding: 10px 0;
    }

    .sub4_1_section .big_sub_title .right .more{
        padding-top: 0;
    }

    .sub4_1_section .review_sub_title{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .sub4_1_section .review_sub_title{
        padding: 10px 0 ;
    }

    .sub5_section.sub4_1_section .review_list ul li .flex_right{
        width: 100%;
        border-right: none;
        padding-top: 0;
    }

    .sub5_section.sub4_1_section .sub1_1_d_section .review_list ul li > .flex{
        width: 100%;
    }

    .sub5_section.sub4_1_section .review_list ul li .flex_left{
        padding-left: 0;
    }

    .sub1_1_d_section .review_list ul li .flex_left .name{
        margin: 8px 0;
    }

    .sub1_1_d_section .review_list ul li .flex_left .more_btn{
        margin: 10px 0;
    }

    .sub1_1_d_section .right .inches_input{
        flex-direction: column;
        gap: 20px;
    }

    .order_section .right .product_wrap{
        width: calc(100% - 80px);
    }

 
    
}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

