@charset "utf-8";
.pcbr {
    display: block !important;
}

.ptbr {
    display: block !important;
}

.tbr {
    display: none !important;
}

.tmbr {
    display: none !important;
}

.mbr {
    display: none !important;
}

.pc_view {
    display: block !important;
}

.pt_view {
    display: block !important;
}

.tm_view {
    display: none !important;
}

.t_view {
    display: none !important;
}

.m_view {
    display: none !important;
}

.m00 {
    position: relative;
    width: 100%;
    padding-top: 100px;
    margin-bottom: 50px;
}

.m00 .conwrap {
    width: 1240px;
    margin: 0px auto 50px;
}

/*타이틀*/
.m00 .conwrap .sub_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
}

.m00 .conwrap .sub_title .eng_title {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
    line-height: 1.208em;
    font-size: 24px;
    margin-bottom: 10px;
}

.m00 .conwrap .sub_title .location_wrap {

}

.m00 .conwrap .kor_title {
    font-weight: 300;
    font-size: 3.429em;
    color: #E54B2A;
    line-height: 1.167em;
    font-size: 48px;
}

.m00 .search_wrap {
    background-color: #F5F5F5;
    padding: 50px 0px;
    position: relative;
}

.m00 .search_wrap .form_list {
    text-align: left;
}

.m00 .search_wrap .form_list > li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.m00 .search_wrap .form_list > li dl dt {
    display: table-cell;
    padding: 15px 0 9px 42px;
    width: 150px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    vertical-align: middle;
}

.m00 .search_wrap .form_list > li dl dd {
    display: table-cell;
    padding: 16px;
}

.m00 .search_wrap .form_list > li dl dd .select_box {
    margin: 0 1% 0 0;
    /* width: 195px; */
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    /* padding-left:20px; */
}

.m00 .search_wrap .form_list > li dl dd select {
    border: 0px;
    width: 150px;
    height: 45px;
    font-size: 18px;
    color: #8F8F8F;
    cursor: pointer;
}

.m00 .search_wrap .form_list > li.filler2 dl dd select {
    width: 200px;
}

.m00 .search_wrap .form_list > li dl dd .subject_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .ico_menu {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-weight: 700;
    font-size: 1.286em;
    color: #fff;
    text-align: center;
}

/*체크박스 추가*/
.m00 .search_wrap .form_list > li dl dd .subject_list li {
    position: relative;
    display: block;
    width: 122px;
    height: 122px;
    line-height: 122px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_all {
    background: #28201D;

}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_all:before {
    display: none;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_01 {
    background: url('../images/sub/m10_Pro_division1.png') no-repeat 0 0px / contain;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_02 {
    background: url('../images/sub/m10_Pro_division2.png') no-repeat 0 0px / contain;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_03 {
    background: url('../images/sub/m10_Pro_division3.png') no-repeat 0 0px / contain;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_04 {
    background: url('../images/sub/m10_Pro_division4.png') no-repeat 0 0px / contain;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_05 {
    background: url('../images/sub/m10_Pro_division5.png') no-repeat 0 0px / contain;
}

.m00 .search_wrap .form_list > li dl dd .subject_list .sch_cate_etc {
    background: #D3D3D3;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li input[type="checkbox"] + label {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    z-index: 10;
    box-sizing: border-box;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li label span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.39px;
    line-height: 1.5;
}

/*.m00 .search_wrap .form_list >li dl dd .subject_list .sch_cate_all,
.m00 .search_wrap .form_list >li dl dd .subject_list .sch_cate_etc {
    background: url('../images/sub/all_round.png') no-repeat 0 1px / contain;
}*/

.m00 .search_wrap .form_list > li dl dd .subject_list li input[type="checkbox"] {
    display: none;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li {
    margin-left: 20px;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li:first-child {
    margin-left: 0px;
}

.m00 .search_wrap .form_list > li dl dd .subject_list li input[type=checkbox]:checked + label:after {
    border: 4px solid #E54B2A;
}

/*
.m00 .search_wrap .form_list >li dl dd .subject_list .all_menu{
	background:url("../images/sub/all_round.png") no-repeat;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu01{
	background:url("../images/sub/m10_Pro_division1.png") no-repeat;
	width:122px
	height:122px;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu02{
	background:url("../images/sub/m10_Pro_division2.png") no-repeat;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu03{
	background:url("../images/sub/m10_Pro_division3.png") no-repeat;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu04{
	background:url("../images/sub/m10_Pro_division3.png") no-repeat;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu05{
	background:url("../images/sub/m10_Pro_division3.png") no-repeat;
}

.m00 .search_wrap .form_list >li dl dd .subject_list .menu06{
	background:url("../images/sub/m10_Pro_division3.png") no-repeat;
}
*/

/*사고팔고 시작*/
.m10 {
    width: 1240px;
    margin: 50px auto 0;
    position: relative;
}

.input_line {
    margin: 10px 0 0 0;
    font-size: 0;
}

.input_line:first-of-type {
    margin: 0;
}

.select_box {
    display: inline-block;
    text-align: left;
}

.select_wrap {
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.select_wrap .order_select {
    width: 195px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
}

.select_wrap .order_select select {
    border: 0px;
    width: 130px;
    height: 40px;
}

.list_total_count {
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
    margin-bottom: 50px;
}

.list_total_count span.num {
    font-weight: 700;
    color: #E54B2A;
}

.product_list * {
    float: none;
}

.product_list_cont {
    position: relative;
    width: 100%;
}

.product_list_cont .item_gallery_type > ul {
    float: none;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.product_list_cont .item_gallery_type > ul > li {
    margin: 0 0px 80px 20px;
    width: 280px;
}

.product_list_cont .item_gallery_type > ul > li:nth-child(4n) {
    margin: 0 0px 80px 20;
}

.product_list_cont .item_gallery_type > ul > li .item_cont {
    padding: 0;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .update_all {
    font-size: 1.00em;
    font-weight: 700;
    color: #E54B2A;
    height: 25px;
    line-height: 25px;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box {
    position: relative;
    border: none;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    transition: transform .2s ease-in-out;

}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box:hover a {
    transform:scale(1.12);
    transition: transform .3s ease-in-out;
}


.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .like_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .buy_btn {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .direct_btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont {
    padding: 12px 0 0 0;
}

.product_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title {
    font-weight: 700;
    font-size: 1.429em;
    line-height: 1.200em;
    color: #28201D;
    font-size: 20px;
}

.product_list_cont .item_info_cont .item_info_basic {
    font-weight: 400;
    font-size: 1.000em;
    line-height: 1.500em;
    color: #8F8F8F;
    margin-top: 5px;
    /* height:40px; */
    font-size: 14px;
}

.product_list_cont .item_info_cont .item_ifo_amount {
    margin-top: 8px;
    font-weight: 400;
    font-size: 0.857em;
    height: 20px;
}

.product_list_cont .item_info_cont .item_ifo_amount strike {
    color: #BFBFBF;
    margin-left: 7px;
}

.product_list_cont .item_info_cont .item_info_tag {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
    font-size: 12px;
    width: 60px;
    height: 22px;
    letter-spacing: -0.6px;
}

.product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    margin-left: 5px;
}

.product_list_cont .item_info_cont .item_info_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.product_list_cont .item_info_cont .item_info_review {
    margin-top: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;;
}

.product_list_cont .item_info_cont .item_info_review .review_point {

}

.product_list_cont .item_info_cont .item_info_review .review_like {

}

/*사고팔고 상세*/
.product_view {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.product_view .thumb_wrap {
    /*썸네일*/
    display:flex;align-items: center;
    width: 80px;
}

.product_view .thumb_wrap ul.thumb_list {
    width: 100%;
    position: relative;
}

.product_view .thumb_wrap ul.thumb_list li {
    position: relative;
    width: 78px;
    height: 78px;
    margin-bottom: 7px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    cursor:pointer;
}

.product_view .thumb_wrap ul.thumb_list li:after {
    content:'';
    position:absolute;
    width:100%;height:100%;
    left:50%;top:50%;transform: translate(-50%, -50%);
    border:0;
    border-radius:10px;
    box-sizing: border-box;
}

.product_view .thumb_wrap ul.thumb_list li:last-child {
    margin-bottom: 0;
}

.product_view .thumb_wrap ul.thumb_list li img {
    border-radius: 10px;
}

.product_view .thumb_wrap ul.thumb_list li.slick-current {
    cursor:auto;
}

.product_view .thumb_wrap ul.thumb_list li.slick-current:after {
    border: 2px solid #E54B2A;
}

.product_view .product_main_wrap {
    /*제품이미지*/
    width: 500px;
    height: 500px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.product_view .product_main_wrap .slider_progress {position:absolute;right:10px;bottom:10px;min-width:110px;height:35px;background:rgba(0,0,0,0.7);padding: 0 10px;border-radius:18px;display:flex; align-items: center;justify-content: center;}
.product_view .product_main_wrap .slider_progress .cnt_wrap {display:flex;align-items: center;justify-content: center;font-size:18px;color:#fff;}
.product_view .product_main_wrap .slider_progress .cnt_wrap .cnt_bracket {width:18px;cursor:pointer;}
.product_view .product_main_wrap .slider_progress .cnt_wrap .left_bracket {transform: rotate(180deg);margin-right:5px;}
.product_view .product_main_wrap .slider_progress .cnt_wrap .right_bracket {margin-left:5px;}
.product_view .product_main_wrap .slider_progress .cnt_wrap .current_cnt {font-weight:bold;color:#E54B2A;}

.product_view .product_main_wrap .like_btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product_view .product_main_wrap .buy_btn {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product_view .product_main_wrap .direct_btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.product_view .product_main_wrap .product_img {
    width: 100%;
    height: 100%;
}

.product_view .product_main_wrap .product_img img {
    border-radius: 10px;
}

.product_view .product_main_wrap .product_img .img_l {
    /*display: none;*/
}

.product_view .product_main_wrap .product_img .img_l.visible {
    display: block;
}

.product_view .product_info_wrap {
    /*제품정보*/
    position: relative;
    width: 620px;
    margin-left: 22px;
}

.product_view .product_info_wrap .icon_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.product_view .product_info_wrap .icon_wrap .like {
    width: 60px;
    text-align: center;
    margin-right: 10px;
}

.product_view .product_info_wrap .icon_wrap .like .like_cnt {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.786em;
    color: #E54B2A;
}

.product_view .product_info_wrap .icon_wrap .call {
    width: 60px;
    text-align: center;
}

.product_view .product_info_wrap .icon_wrap .call .call_cnt {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.786em;
    color: #E54B2A;
}

.product_view .product_info_wrap .sit_info1 {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.product_view .product_info_wrap .sit_info1 .product_title {
    font-weight: 500;
    font-size: 2.286em;
    line-height: 1.188em;
    color: #28201D;
    height: 60px;
    width: 450px;
}

.product_view .product_info_wrap .sit_info1 .product_sell_price {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.429em;
    line-height: 1.200em;
    color: #8F8F8F;
}

.product_view .product_info_wrap .sit_info1 .product_sell_price .org_price {
    font-weight: 700;
    font-size: 2.250em;
    line-height: 1.167em;
    color: #28201D;
}

.product_view .product_info_wrap .sit_info1 .product_sell_price .price_unit {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
}

.product_view .product_info_wrap .sit_info1 .delivery_price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.product_view .product_info_wrap .sit_info1 .delivery_price .not_delivery {
    color: #E54B2A;
    font-weight: 500;
    font-size: 0.857em;
    margin-left: 10px;
}

.product_view .product_info_wrap .sit_info1 .delivery_price .price_btn {
    width: 165px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font-size: 1.143em;
    font-weight: 500;
}

.product_view .product_info_wrap .sit_info2 {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.product_view .product_info_wrap .sit_info2 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.product_view .product_info_wrap .sit_info2 dl dt {
    display: table-cell;
    padding: 15px 0 15px 0px;
    width: 200px;
    font-weight: 400;
    font-size: 1.429em;
    color: #28201D;
    vertical-align: middle;
}

.product_view .product_info_wrap .sit_info2 dl dd {
    display: table-cell;
    text-align: right;
    padding: 15px 0 15px 0px;
    font-weight: 600;
    font-size: 1.429em;
}

.product_view .product_info_wrap .sit_info3 {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #eb7359;
    border-radius: 10px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}

.product_view .product_info_wrap .sit_info3 {
    margin-top: 10px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eb7359;
    border-radius: 10px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}

.product_view .product_info_wrap .h100 {
    height: 120px !important;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap {
    width: 580px;
    margin: 0 auto;
    position: relative;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_name {
    font-weight: 400;
    font-size: 1.0em;
    color: #8F8F8F;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_name .member_name {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_name .member_level {
    font-weight: 500;
    font-size: 1.429em;
    color: #28201D
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_name .member_link a {
    margin-left: 15px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone {
    margin-top: 15px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .hour {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .hour:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 21px;
    margin: 0 10px;
    background-color: #E54B2A;
    vertical-align: middle;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .time {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .time .yoil {

}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .time .yoil:after {
    content: ",";
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_phone .time .yoil:last-child:after {
    content: "";
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_name_link {

}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    font-weight: 500;
    font-size: 1.000em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    margin-left: 5px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tel {
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
    min-height: 35px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
    display:flex;flex-wrap:wrap;align-items: center;justify-content: center;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tel span {
    font-size: 1.143em; font-weight: 400;color: #fff;margin-left:5px;
}

.product_view .product_info_wrap .sit_info3 .manager_wrap .manager_tel p {
    display: block;
    font-size: 0.875em;
    line-height: 1.5;
    color: #fff;
}

.product_content_wrap {
    margin-top: 80px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.product_content_wrap .tab_menu_wrap {
    position: relative;
    height: 72px;
    border-bottom: 2px solid #28201D;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    text-align: Center;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li {
    width: 413px;
    height: 70px;
    line-height: 70px;
    background-color: #F5F5F5;
    border-radius: 10px 10px 0px 0px;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li a {
    color: #8F8F8F;
    font-size: 1.429em;
    font-weight: 700;
    margin-left: 1px;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li .review_cnt {
    display: inline-flex;align-items: center;justify-content: center;
    min-width: 30px;
    height: 30px;
    background: #8F8F8F 0% 0% no-repeat padding-box;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.286em;
    padding: 0 10px;
    margin-left:5px;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li.on > .review_cnt {
    background: #E54B2A 0% 0% no-repeat padding-box;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li:first-child {
    margin-left: 0px;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li.on {
    background-color: #28201D;
}

.product_content_wrap .tab_menu_wrap ul.tab_menu > li.on a {
    color: #FFF;
    font-size: 1.429em;
    font-weight: 700;
}

.product_content_wrap .tab_content {
    width: 100%;
    padding: 0 0 50px;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.product_content_wrap .tab_content.on {
    display: block;
}

.product_content_wrap .tab_content .tit1 {
    font-weight: 600;
    font-size: 4.000em;
    color: #28201D;
}

.product_content_wrap .tab_content .tit2 {
    font-weight: 600;
    font-size: 2.571em;
    color: #28201D;
}

.product_content_wrap .tab_content .tit3 {
    font-weight: 600;
    font-size: 1.714em;
    color: #28201D;
}

/*리뷰*/

.product_content_wrap .tab_content .review_wrap {
    width: 100%;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.product_content_wrap .tab_content .review_wrap .review_point {
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: nowrap;
}

.product_content_wrap .tab_content .review_wrap .review_point li {
    width: 50%;
    border-left: 1px solid #D6D6D6;
}

.product_content_wrap .tab_content .review_wrap .review_point li:first-child {
    border-left: 0px solid #D6D6D6;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span {
    display: block;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.title {
    font-weight: 600;
    font-size: 1.286em;
    color: #28201D;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.star {
    margin-top: 10px;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.point {
    margin-top: 10px;
    font-weight: 600;
    font-size: 2.571em;
    color: #8F8F8F;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.point .org_point {
    display: inline;
    color: #28201D;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span {
    display: block;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.title {
    font-weight: 600;
    font-size: 1.286em;
    color: #28201D;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.review_icon {
    margin-top: 10px;
}

.product_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.point {
    margin-top: 10px;
    font-weight: 600;
    font-size: 2.571em;
    color: #28201D;
}

.product_content_wrap .tab_content .review_list {
    width: 100%;
    margin-bottom: 0px;
}

.product_content_wrap .tab_content .review_list .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    height: 60px;
    border-bottom: 2px solid #28201D;
}

.product_content_wrap .tab_content .review_list .title_wrap .qna_box {
    width: 120px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 23px;
}

.product_content_wrap .tab_content .review_list .title_wrap .qna_box {
    font-weight: 600;
    font-size: 1.143em;
    color: #E54B2A;
}

.product_content_wrap .tab_content .review_list .title_wrap .title_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    min-width: 300px;
    height: 60px;
}

.product_content_wrap .tab_content .review_list .title_wrap .title {
    font-weight: 600;
    font-size: 1.429em;
}

.product_content_wrap .tab_content .review_list .title_wrap .title .review_total {
    color: #E54B2A;
    font-weight: 600;
    font-size: 1.714em;
    margin-left: 10px;
}

.product_content_wrap .tab_content .review_list .title_wrap .select_box {
    margin: 0 1% 0 0;
    width: 195px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    padding-left: 20px;
    margin-left: 20px;
}

.product_content_wrap .tab_content .review_list .title_wrap .select_box select {
    border: 0px;
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.product_content_wrap .tab_content .review_list .list_wrap {
    width: 100%;
    position: relative;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con {
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li {
    padding: 20px 0px;
    position: relative;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn button {
    width: 130px;
    padding-bottom: 2px;
    font-size: 1.143em;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -0.15px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn button:before {
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/icon/review_see_icon.png") no-repeat left top;
    background-size: 100%;
    content: '';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active {
    padding: 20px 0px;
    background-color: #F5F5F5;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name {
    font-weight: 700;
    font-size: 1.143em;
    color: #28201D;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name .level {
    font-weight: 400;
    font-size: 0.875em;
    color: #28201D;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .review_btn button {
    position: relative;
    width: 130px;
    padding-bottom: 2px;
    font-size: 1.143em;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -0.15px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .review_btn button:before {
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/icon/review_see_icon.png") no-repeat left top;
    background-size: 100%;
    content: '';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_start_point {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    display: flex;
    align-items: center;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviewCon {
    display: none;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_title {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_content {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    line-height: 24px;
    color: #28201D;
    margin-top: 10px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 120px;
    margin-top: 20px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 380px;
    margin-top: 20px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date .review_img {
    width: 380px;
    height: 380px;
    border-radius: 10px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img img {
    border-radius: 10px;
}

.product_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .reg_date {
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.product_content_wrap .tab_content .qna_list {
    width: 100%;
    margin-bottom: 80px;
}

.product_content_wrap .tab_content .qna_list .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    height: 60px;
    border-bottom: 2px solid #28201D;
    padding-bottom: 15px;
}

.product_content_wrap .tab_content .qna_list .title_wrap .title {
    font-weight: 600;
    font-size: 1.429em;
}

.product_content_wrap .tab_content .qna_list .title_wrap .title .qna_total {
    color: #E54B2A;
    font-weight: 600;
    font-size: 1.714em;
    margin-left: 10px;
}

.product_content_wrap .tab_content .qna_list .title_wrap .qna_box {
    width: 120px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 23px;
}

.product_content_wrap .tab_content .qna_list .title_wrap .qna_box {
    font-weight: 600;
    font-size: 1.143em;
    color: #E54B2A;
}

.product_content_wrap .tab_content .qna_list .product_qna_list {
    margin: 20px 0 0 0;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table {
    width: 100%;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table tbody td {
    border-bottom: 1px solid #ccc;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table tbody td {
    padding: 15px 0;
    font-size: 1.143em;
    color: #28201D;
    vertical-align: middle;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap {
    position: relative;
    margin-top: 20px;
    text-align: left;
    padding: 20px 0 20px 0;
    background-color: #F5F5F5;
    display: none;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .qa_del_btn {

    position: absolute;
    right: 20px;
    bottom: 20px;

}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer {
    width: calc(100% - 0px);
    margin: 0 auto;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .faq_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .faq_wrap strong {
    display: block;
    width: 36px;
    font-size: 42px;
    font-weight: 300;
    color: #444;
    text-align: center;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap {
    min-height: 100px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap strong {
    color: #60a511;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap .text_wrap p {
    width: calc(100% - 36px);
    font-weight: 300;
    letter-spacing: -0.025em;
    padding-left: 20px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap .text_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap p {
    font-size: 18px;
    color: #222;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap {
    padding: 0 60px 80px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #aaa;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap .inner {
    display: flex;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap .text_wrap {
    width: calc(100% - 36px);
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap p {
    font-size: 17px;
    font-weight: 300;
    color: #666;
    line-height: 2;
    margin-left: 20px;
    padding-top: 13px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .t_cell {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell > .t_cell > span {
    display: table-cell;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 {
    width: 10%;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 .answer1 {
    display: inline-flex;align-items: center;justify-content: center;
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 0 10px;
    border: 1px solid #707070;
    border-radius: 14px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 .answer2 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.0em;
    width: 100px;
    color: #E54B2A;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 14px;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell1 {
    width: 75%;
    text-align: left;
    font-weight: 700;
    font-size: 1.143em;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell2 {
    width: 5%;
    font-weight: 400;
    font-size: 1.143em;
    color: #8F8F8F;
}

.product_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell3 {
    width: 10%;
    font-weight: 400;
    font-size: 1.143em;
    color: #8F8F8F;
}

/*
.m00 .search_wrap .form_list >li dl dd .select_box {
    margin: 0 1% 0 0;
    width: 195px;
    vertical-align: middle;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D6D6D6;
	border-radius: 29px;
    padding-left:20px;
}

.m00 .search_wrap .form_list >li dl dd select{
	border:0px;
	width:150px;
	height:30px;
}
*/

/*사고팔고 끝*/

/*어부*/
.fisherman_list * {
    float: none;
}

.fisherman_list_cont {
    position: relative;
    width: 100%;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul {
    float: none;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li {
    margin: 0 33px 70px 0;
    width: 380px;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont {
    padding: 0;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box {
    position: relative;
    width: 100%;
    height: 270px;
    border:0;
    border-radius: 10px;
    overflow: hidden;
}
.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box.empty_img {
    border: 1px solid #D6D6D6;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .like_btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: transform .2s ease-in-out;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box:hover a {
    transform:scale(1.12);
    transition: transform .3s ease-in-out;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box a > div {
    border-radius: 10px;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont {
    padding: 20px 0 0 0;
}

.fisherman_list .fisherman_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title {
    font-weight: 400;
    font-size: 1.000em;
    line-height: 1.143em;
    color: #28201D;
}

.fisherman_list .item_info_cont span.fisherman_company {
    font-weight: 700;
    font-size: 1.250em;
    line-height: 1.143em;
    color: #E54B2A;
    margin-right: 13px;
}

.fisherman_list .item_info_cont span.fisherman_name {
    font-weight: 700;
    font-size: 1.500em;
    line-height: 1.167em;
    color: #28201D;
}

.fisherman_list .item_info_cont sub {
    font-weight: 500;
    font-size: 1.000em;
    line-height: 1.000em;
    color: #28201D;
    margin-left: 5px;
}

.fisherman_list .item_info_cont .item_info_basic {
    font-weight: 400;
    font-size: 1.000em;
    line-height: 1.500em;
    color: #8F8F8F;
    margin-top: 10px;
}

.fisherman_list .item_info_cont .item_info_tag {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fisherman_list .item_info_cont .item_info_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.fisherman_list .item_info_cont .item_info_tag span.tag_btn {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.fisherman_list .item_info_cont .item_info_tag span.tag_btn {
    margin-left: 5px;
}

.fisherman_list .item_info_cont .item_info_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.fisherman_list .item_info_cont .item_info_review {
    margin-top: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;;
}

.fisherman_list .item_info_cont .item_info_review .review_point {

}

.fisherman_list .item_info_cont .item_info_review .review_like {

}

/*어부 상세 보기*/
.fisherman_view {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;;
}

.fisherman_view .fisherman_img_wrap {
    width: 600px;
    height: 355px;
    position: relative;
    overflow: hidden;
}

.fisherman_view .fisherman_img_wrap .fisherman_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .profile_img {
    position:relative;
    width: 600px;
    height: 355px;
    border-radius: 10px;
}
.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .profile_img img {
    position:absolute;left:50%;top:50%;transform: translate(-50%, -50%);
    max-width:100%;
    max-height:100%;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .slick-dots {
    position:absolute;
    left:50%;transform: translateX(-50%);
    bottom:7%;
    display:flex;align-items: center;justify-content: center;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .slick-dots li {
    width: 9px;height:9px;border-radius:50%;background:rgba(255,255,255,0.5);margin: 0 5px;cursor:pointer;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .slick-dots .slick-active {
    background:#fff;cursor:auto;
}

.fisherman_view .fisherman_img_wrap .fisherman_img .fisherman_slider .slick-dots li button {
    font-size:0;
}


/*
.fisherman_view .fisherman_img_wrap .fisherman_img img{
	border-radius: 10px;
}
*/

.fisherman_view .fisherman_info {
    width: 620px;
    margin-left: 20px;
    position: relative;
}

.fisherman_view .fisherman_info .icon_wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 80px;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.fisherman_view .fisherman_info .icon_wrap .like {
    width: 60px;
    text-align: center;
    margin-right: 10px;
}

.fisherman_view .fisherman_info .icon_wrap .like .like_cnt {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 0.786em;
    color: #E54B2A;
}

.fisherman_view .fisherman_info .sit_info1 {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.fisherman_view .fisherman_info .sit_info1 .fisherman_title {
    font-weight: 500;
    font-size: 1.714em;
    color: #28201D;
}

.fisherman_view .fisherman_info .sit_info1 .fisherman_level {
    font-weight: 500;
    font-size: 1.714em;
    color: #28201D;
}

.fisherman_view .fisherman_info .sit_info3 {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 271px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 20px 0 20px 0;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap {
    width: 580px;
    margin: 0 auto;
    position: relative;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_info {
    font-weight: 500;
    font-size: 1.286em;
    color: #8F8F8F;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_name {
    margin-top: 25px;
    font-weight: 700;
    font-size: 1.714em;
    color: #E54B2A;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail {
    margin-top: 10px;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl dt {
    display: table-cell;
    padding: 0px 0 0px 0px;
    width: 100px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    vertical-align: middle;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl dd {
    display: table-cell;
    padding: 0px;
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
    vertical-align: middle;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl dd .yoil {

}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl dd .yoil:after {
    content: ", ";
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_detail > li dl dd .yoil:last-child:after {
    content: "";
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_call {
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
    min-height: 35px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 11px;
    text-align: center;
    padding: 5px;
    display:flex;flex-wrap:wrap;align-items: center;justify-content: center;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_call span {
    font-size: 1.143em; font-weight: 400;color: #fff;margin-left:5px;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .company_call p {
    display: block;
    font-size: 0.875em;
    line-height: 1.5;
    color: #fff;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .manager_tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    font-weight: 500;
    font-size: 1.000em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .manager_tag span.tag_btn {
    margin-left: 5px;
}

.fisherman_view .fisherman_info .sit_info3 .manager_wrap .manager_tag span.tag_btn:first-child {
    margin-left: 0px;
}

/*어부 상세보기*/
.fisherman_content_wrap {
    margin-top: 80px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #28201D;
}

.fisherman_content_wrap .tab_menu_wrap {
    position: relative;
    height: 72px;
    border-bottom: 2px solid #28201D;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    text-align: Center;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li {
    width: 413px;
    height: 70px;
    line-height: 70px;
    background-color: #F5F5F5;
    border-radius: 10px 10px 0px 0px;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li a {
    color: #8F8F8F;
    font-size: 1.429em;
    font-weight: 700;
    margin-left: 1px;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li .review_cnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    background: #8F8F8F 0% 0% no-repeat padding-box;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.286em;
    padding: 0 10px;
    margin-left: 5px;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li.on > .review_cnt {
    background: #E54B2A 0% 0% no-repeat padding-box;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li:first-child {
    margin-left: 0px;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li.on {
    background-color: #28201D;
}

.fisherman_content_wrap .tab_menu_wrap ul.tab_menu > li.on a {
    color: #FFF;
    font-size: 1.429em;
    font-weight: 700;
}

.fisherman_content_wrap .tab_content {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.fisherman_content_wrap .tab_content.on {
    display: block;
}

.fisherman_content_wrap .tab_content .tit3 {
    font-weight: 600;
    font-size: 1.714em;
    color: #28201D;
}

/*어부 - 판매하는 상품*/
.fisherman_sell_product {
    width: 100%;
}

.fisherman_sell_product .product_list * {
    float: none;
    text-align: left;
}

.fisherman_sell_product .product_list .product_list_cont {
    position: relative;
    width: 100%;
}

.fisherman_sell_product .product_list .product_list_cont .product_list_title {
    font-weight: bold;
    font-size: 2.571em;
    color: #28201D;

    margin: 30px 0 30px 0;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul {
    float: none;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li {
    margin: 0 30px 80px 0;
    width: 280px;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li:nth-child(4n) {
    margin: 0 0px 80px 0;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont {
    padding: 0;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box {
    position: relative;
    border: none;
    width: 100%;
    height: 280px;
    border-radius: 10px;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .like_btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .buy_btn {
    position: absolute;
    top: 15px;
    left: 15px;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box .direct_btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont {
    padding: 20px 0 0 0;
}

.fisherman_sell_product .product_list .product_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title {
    font-weight: 700;
    font-size: 1.429em;
    line-height: 1.200em;
    color: #28201D;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_basic {
    font-weight: 400;
    font-size: 1.000em;
    line-height: 1.500em;
    color: #8F8F8F;
    margin-top: 10px;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_ifo_amount {
    margin-top: 15px;
    font-weight: 400;
    font-size: 0.857em;
    height: 20px;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_tag {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_tag span.tag_btn {
    margin-left: 5px;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_review {
    margin-top: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;;
}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_review .review_point {

}

.fisherman_sell_product .product_list .product_list_cont .item_info_cont .item_info_review .review_like {

}

/*어부 - 리뷰*/
.fisherman_content_wrap .tab_content .review_list {
    width: 100%;
    margin-bottom: 80px;
}

.fisherman_content_wrap .tab_content .review_list .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    height: 60px;
    border-bottom: 2px solid #28201D;
}

.fisherman_content_wrap .tab_content .review_list .title_wrap .title {
    font-weight: 600;
    font-size: 1.429em;
}

.fisherman_content_wrap .tab_content .review_list .title_wrap .title .review_total {
    color: #E54B2A;
    font-weight: 600;
    font-size: 1.714em;
    margin-left: 10px;
}

.fisherman_content_wrap .tab_content .review_list .title_wrap .select_box {
    margin: 0 1% 0 0;
    width: 195px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    padding-left: 20px;
}

.fisherman_content_wrap .tab_content .review_list .title_wrap .select_box select {
    border: 0px;
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap {
    width: 100%;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con {
    margin: 0 auto;
    text-align: left;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li {
    padding: 20px 0px;
    position: relative;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active {
    padding: 20px 0px;
    background-color: #F5F5F5;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name {
    font-weight: 700;
    font-size: 1.143em;
    color: #28201D;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name .level {
    font-weight: 400;
    font-size: 0.875em;
    color: #28201D;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn button {
    position: relative;
    width: 130px;
    padding-bottom: 2px;
    font-size: 1.143em;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -0.15px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_btn button:before {
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/icon/review_see_icon.png") no-repeat left top;
    background-size: 100%;
    content: '';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviewCon {
    display: none;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_start_point {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    display: flex;
    align-items: center;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_title {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_content {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    line-height: 24px;
    color: #28201D;
    margin-top: 10px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 120px;
    margin-top: 20px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 380px;
    margin-top: 20px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date .review_img {
    width: 380px;
    height: 380px;
    border-radius: 10px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img img {
    border-radius: 10px;
}

.fisherman_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .reg_date {
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

/*마켓 m20*/
.m20 {
    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
}

.m20 .market_list {
    width: 100%;
    min-width: 1240px;
    height: 315px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 30px #00000029;
    border-radius: 10px;
}

.m20 .market_list {
    margin-top: 30px;
    display: flex;
    flex-flow: nowrap;
}

.m20 .market_list:first-child {
    margin-top: 0px;
}

/*
.m20 .market_list:hover{
	border:5px solid #E54B2A;
	border-radius:10px;
}
*/

/*
.m20 .market_list:hover .list_img{
	width:490px;
	height:305px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px 0px 0px 10px;
}
*/

.m20 .market_list .list_img {
    width: 500px;
    height: 315px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px 0px 0px 10px;
}

.m20 .market_list .list_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}

.m20 .market_list .list_content {
    width: 740px;
}

.m20 .market_list .list_content .list_con {
    padding: 50px 40px 50px 40px;
}

.m20 .market_list .list_content .list_con .event_date {
    font-weight: 600;
    font-size: 1.286em;
    color: #8F8F8F;
}

.m20 .market_list .list_content .list_con .event_title {
    font-weight: 700;
    font-size: 2.000em;
    color: #28201D;
}

.m20 .market_list .list_content .list_con .event_manager {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.m20 .market_list .list_content .list_con .event_price {
    margin-top: 50px;
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.m20 .market_list .list_content .list_con .event_org_price_detail {
    display: flex;
    flex-flow: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.m20 .market_list .list_content .list_con .event_org_price_detail .org_price {
    font-weight: 700;
    font-size: 1.286em;
}

.m20 .market_list .list_content .list_con .event_org_price_detail .org_price .price {
    font-weight: 700;
    font-size: 2.571em;
    color: #28201D;
}

.m20 .market_list .list_content .list_con .event_org_price_detail .detail_link {
    font-weight: 700;
    font-size: 1.286em;
    color: #E54B2A;
}

.m20 .market_view {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.m20 .market_view .thumb_wrap {
    /*썸네일*/
    width: 80px;
}

.m20 .market_view .thumb_wrap ul.thumb_list {
    width: 100%;
    position: relative;
}

.m20 .market_view .thumb_wrap ul.thumb_list > li {
    width: 78px;
    height: 78px;
    margin-top: 8px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    text-align: center;
}

.m20 .market_view .thumb_wrap ul.thumb_list > li:first-child {
    margin-top: 0px;
}

.m20 .market_view .thumb_wrap ul.thumb_list > li img {
    border-radius: 10px;
}

.m20 .market_view .thumb_wrap ul.thumb_list > li.on {
    border: 2px solid #E54B2A;
}

.m20 .market_view .thumb_wrap ul.thumb_list > li:hover {
    border: 2px solid #E54B2A;
}

.m20 .market_view .product_main_wrap {
    /*제품이미지*/
    width: 500px;
    height: 500px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.m20 .market_view .product_main_wrap .product_img {
    width: 100%;
    height: 100%;
}

.m20 .market_view .product_main_wrap .product_img img {
    border-radius: 10px;
}

.m20 .market_view .product_main_wrap .product_img .img_l {
    display: none;
}

.m20 .market_view .product_main_wrap .product_img .img_l.visible {
    display: block;
}

.m20 .market_view .product_info_wrap {
    /*제품정보*/
    position: relative;
    width: 620px;
    margin-left: 22px;
}

.m20 .market_view .product_info_wrap .sit_info1 {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
}

.m20 .market_view .product_info_wrap .sit_info1 .product_title {
    font-weight: 700;
    font-size: 2.000em;
    color: #28201D;
}

.m20 .market_view .product_info_wrap .sit_info1 .product_sell_manager {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.m20 .market_view .product_info_wrap .sit_info1 .product_sell_price {
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
    text-align: right;
}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price .delivery_wrap {

}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price .delivery_wrap > .not_delivery {
    color: #E54B2A;
    font-weight: 500;
    font-size: 0.857em;
    margin-left: 10px;
}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price .delivery_wrap > .price_btn {
    display: inline-block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    font-size: 1.143em;
    font-weight: 500;
}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price .price_wrap {
    font-weight: 700;
    font-size: 1.286em !important;
    color: #28201D;
}

.m20 .market_view .product_info_wrap .sit_info1 .delivery_price .won {
    font-size: 2.571em;
}

.m20 .market_view .product_info_wrap .sit_info2 {
    position: relative;
    width: 100%;
    margin-top: 0px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 0px;
}

.m20 .market_view .product_info_wrap .sit_info2 .num_input {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: none;
    text-align: center;
}

.m20 .market_view .product_info_wrap .sit_info2 dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.m20 .market_view .product_info_wrap .sit_info2 dl dt {
    display: table-cell;
    padding: 15px 0 15px 0px;
    width: 200px;
    font-weight: 400;
    font-size: 1.429em;
    color: #28201D;
    vertical-align: middle;
}

.m20 .market_view .product_info_wrap .sit_info2 dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 15px 0 15px 0px;
    font-weight: 600;
    font-size: 1.429em;
}

.m20 .market_view .product_info_wrap .total_amount {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    text-align: right;
}

.m20 .market_view .product_info_wrap .total_amount .price {
    font-weight: 700;
    font-size: 2.571em;
    color: #E54B2A;
}

.m20 .market_content_wrap {
    margin-top: 80px;
    width: 100%;
    position: relative;
}

.m20 .market_content_wrap .tab_menu_wrap {
    position: relative;
    height: 72px;
    border-bottom: 2px solid #28201D;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
    text-align: Center;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li {
    width: 413px;
    height: 70px;
    line-height: 70px;
    background-color: #F5F5F5;
    border-radius: 10px 10px 0px 0px;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li a {
    color: #8F8F8F;
    font-size: 1.429em;
    font-weight: 700;
    margin-left: 1px;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li .review_cnt {
    display: inline-block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #8F8F8F 0% 0% no-repeat padding-box;
    border-radius: 16px;
    color: #fff;
    text-align: Center;
    font-weight: 600;
    font-size: 1.286em;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li.on > .review_cnt {
    display: inline-block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 16px;
    color: #fff;
    text-align: Center;
    font-weight: 600;
    font-size: 1.286em;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li:first-child {
    margin-left: 0px;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li.on {
    background-color: #28201D;
}

.m20 .market_content_wrap .tab_menu_wrap ul.tab_menu > li.on a {
    color: #FFF;
    font-size: 1.429em;
    font-weight: 700;
}

.m20 .market_content_wrap .tab_content {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.m20 .market_content_wrap .tab_content.on {
    display: block;
}

.m20 .market_content_wrap .tab_content .tit1 {
    font-weight: 600;
    font-size: 4.000em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .tit2 {
    font-weight: 600;
    font-size: 2.571em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .tit3 {
    font-weight: 600;
    font-size: 1.714em;
    color: #28201D;
}

/*리뷰*/

.m20 .market_content_wrap .tab_content .review_wrap {
    width: 100%;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point {
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: nowrap;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li {
    width: 50%;
    border-left: 1px solid #D6D6D6;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li:first-child {
    border-left: 0px solid #D6D6D6;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span {
    display: block;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.title {
    font-weight: 600;
    font-size: 1.286em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.star {
    margin-top: 10px;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.point {
    margin-top: 10px;
    font-weight: 600;
    font-size: 2.571em;
    color: #8F8F8F;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_avg span.point .org_point {
    display: inline;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span {
    display: block;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.title {
    font-weight: 600;
    font-size: 1.286em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.review_icon {
    margin-top: 10px;
}

.m20 .market_content_wrap .tab_content .review_wrap .review_point li .total_review_cnt span.point {
    margin-top: 10px;
    font-weight: 600;
    font-size: 2.571em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_list {
    width: 100%;
    margin-bottom: 80px;
}

.m20 .market_content_wrap .tab_content .review_list .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    height: 60px;
    border-bottom: 2px solid #28201D;
}

.m20 .market_content_wrap .tab_content .review_list .title_wrap .title {
    font-weight: 600;
    font-size: 1.429em;
}

.m20 .market_content_wrap .tab_content .review_list .title_wrap .title .review_total {
    color: #E54B2A;
    font-weight: 600;
    font-size: 1.714em;
    margin-left: 10px;
}

.m20 .market_content_wrap .tab_content .review_list .title_wrap .select_box {
    margin: 0 1% 0 0;
    width: 195px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    padding-left: 20px;
}

.m20 .market_content_wrap .tab_content .review_list .title_wrap .select_box select {
    border: 0px;
    width: 150px;
    height: 30px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap {
    width: 100%;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con {
    margin: 0 auto;
    text-align: left;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li {
    padding: 20px 0px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active {
    padding: 20px 0px;
    background-color: #F5F5F5;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name {
    font-weight: 700;
    font-size: 1.143em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .name .level {
    font-weight: 400;
    font-size: 0.875em;
    color: #28201D;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .review_btn button {
    position: relative;
    width: 130px;
    padding-bottom: 2px;
    font-size: 1.143em;
    font-weight: 700;
    color: #000;
    text-align: center;
    letter-spacing: -0.15px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .reviwer .review_btn button:before {
    position: absolute;
    top: 2px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/icon/review_see_icon.png") no-repeat left top;
    background-size: 100%;
    content: '';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_start_point {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    display: flex;
    align-items: center;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_title {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_product_content {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.286em;
    line-height: 24px;
    color: #28201D;
    margin-top: 10px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 120px;
    margin-top: 20px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: nowrap;
    height: 380px;
    margin-top: 20px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li.active .review_img_date .review_img {
    width: 380px;
    height: 380px;
    border-radius: 10px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .review_img img {
    border-radius: 10px;
}

.m20 .market_content_wrap .tab_content .review_list .list_wrap ul.review_con li .review_img_date .reg_date {
    font-weight: 400;
    font-size: 1.286em;
    color: #8F8F8F;
}

.m20 .market_content_wrap .tab_content .qna_list {
    width: 100%;
    margin-bottom: 80px;
}

.m20 .market_content_wrap .tab_content .qna_list .title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: nowrap;
    height: 60px;
    border-bottom: 2px solid #28201D;
    padding-bottom: 15px;
}

.m20 .market_content_wrap .tab_content .qna_list .title_wrap .title {
    font-weight: 600;
    font-size: 1.429em;
}

.m20 .market_content_wrap .tab_content .qna_list .title_wrap .title .qna_total {
    color: #E54B2A;
    font-weight: 600;
    font-size: 1.714em;
    margin-left: 10px;
}

.m20 .market_content_wrap .tab_content .qna_list .title_wrap .qna_box {
    width: 120px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 23px;
}

.m20 .market_content_wrap .tab_content .qna_list .title_wrap .qna_box {
    font-weight: 600;
    font-size: 1.143em;
    color: #E54B2A;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list {
    margin: 20px 0 0 0;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table {
    width: 100%;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table tbody td {
    border-bottom: 1px solid #ccc;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table tbody td {
    padding: 15px 0;
    font-size: 1.143em;
    color: #28201D;
    vertical-align: middle;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap {
    position: relative;
    margin-top: 20px;
    text-align: left;
    padding: 20px 0 20px 0;
    background-color: #F5F5F5;
    display: none;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .qa_del_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .faq_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .faq_wrap strong {
    display: block;
    width: 36px;
    font-size: 42px;
    font-weight: 300;
    color: #444;
    text-align: center;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .q_wrap {
    min-height: 100px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .q_wrap strong {
    color: #60a511;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .q_wrap .text_wrap p {
    width: calc(100% - 36px);
    font-weight: 300;
    letter-spacing: -0.025em;
    padding-left: 20px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap .text_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .q_wrap p {
    font-size: 18px;
    color: #222;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap {
    padding: 0 60px 80px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #aaa;
    margin-bottom: 20px;
    margin-top: 20px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap .inner {
    display: flex;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap .text_wrap {
    width: calc(100% - 36px);
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .answer_wrap .answer .a_wrap p {
    font-size: 17px;
    font-weight: 300;
    color: #666;
    line-height: 2;
    margin-left: 20px;
    padding-top: 13px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell .t_cell {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table .cell > .t_cell > span {
    display: table-cell;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 {
    width: 10%;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 .answer1 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.0em;
    width: 100px;
    color: #28201D;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 14px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell0 .answer2 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.0em;
    width: 100px;
    color: #E54B2A;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 14px;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell1 {
    width: 75%;
    text-align: left;
    font-weight: 700;
    font-size: 1.143em;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell2 {
    width: 5%;
    font-weight: 400;
    font-size: 1.143em;
    color: #8F8F8F;
}

.m20 .market_content_wrap .tab_content .qna_list .product_qna_list .review_table td .cell3 {
    width: 10%;
    font-weight: 400;
    font-size: 1.143em;
    color: #8F8F8F;
}

/*스토어 리스트*/
.m20 .store_list * {
    float: none;
}

.m20 .store_list .store_list_cont {
    position: relative;
    width: 100%;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul {
    float: none;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li {
    margin: 0 20px 0px 0;
    width: 380px;
    height: 330px;
}

/*
.m20 .store_list .store_list_cont .item_gallery_type > ul > li:hover{
	border:5px solid #E54B2A;
	border-radius:10px;
	width: 380px;
	height:330px;
}
*/

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont {
    padding: 0;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont:hover {
    /*border:5px solid #E54B2A;
	border-radius:10px;
	width:390px;
	height:310px;*/
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box {
    position: relative;
    border: none;
    width: 370px;
    height: 220px;
    background: #000;
    border-radius: 10px;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_photo_box a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont {
    padding: 20px 0 0 0;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: wrap;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title .title {
    font-weight: 700;
    font-size: 1.429em;
    color: #28201D;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_title .store_link {
    font-weight: 600;
    font-size: 1.000em;
    color: #E54B2A;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_basic {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: nowrap;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_basic .sell_product_tit {
    font-weight: 400;
    font-size: 1.00em;
    color: #28201D;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_basic .sell_product_tit:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 12px;
    background-color: #E54B2A;
    vertical-align: middle;
}

.m20 .store_list .store_list_cont .item_gallery_type > ul > li .item_cont .item_info_cont .item_info_basic .sell_product_list {
    font-weight: 400;
    font-size: 1.00em;
    color: #28201D;
}

/*고객센터 m30*/
.m30 {
    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
    background-color: #fff;
}

.m30 .search_order_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.m30 .search_order_wrap .order {
    width: 150px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    text-align: Center;
}

.m30 .search_order_wrap .order select {
    height: 40px;
    width: 120px;
    border: 0px;
}

.m30 .search_order_wrap .search {
    width: 600px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.m30 .search_order_wrap .search .sfl_wrap {
    width: 150px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    text-align: center;
}

.m30 .search_order_wrap .search .sfl_wrap select {
    height: 40px;
    width: 120px;
    border: 0px;
}

.m30 .search_order_wrap .search .stx_wrap {
    position: relative;
    width: 400px;
    margin-left: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    padding-left: 20px;
    text-align: left;
}

.m30 .search_order_wrap .search .stx_wrap input {
    height: 40px;
    width: 330px;
    border: 0px;
}

/*게시판*/
.board_con_wrap {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.board_con_wrap .qna_list {
    width: 100%;
    border-top: 1px solid #222;
    margin-top: 30px;
    margin-bottom: 60px;
}

.board_con_wrap .qna_list thead th {
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 16px;
}

.board_con_wrap .qna_list tbody td {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    vertical-align: middle;
}

.board_con_wrap .qna_list .td_chk {
    width: 60px !important;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.board_con_wrap .qna_list .td_subject {
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
    padding-left: 15px;
}

.board_con_wrap .qna_list .td_name {
    width: 120px !important;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.board_con_wrap .qna_list .td_date {
    width: 130px !important;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.board_con_wrap .qna_list .td_hit {
    width: 100px !important;
    text-align: center;
    font-size: 16px;
}

/*상세보기*/
.board_zone_sec {
    position: relative;
}

/* ------------- 글쓰기 ------------- */
.board_zone_write {
}

.board_zone_write input[type=checkbox] {
    display: none;
}

.board_zone_write input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.board_zone_write input[type=checkbox]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.board_zone_write .table1 {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

.board_zone_write .table1 td span.won {
    font-weight: 400;
    font-size: 1.286em;
}

.board_zone_write .table1 td span.input_tit {
    display: block;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.board_zone_write .table1 input {
    /*margin-top: 10px;
	margin-bottom: 40px;
	*/
}

.board_zone_write .table1 td .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
}

.board_zone_write .table1 td input.ipt2 {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
    margin-bottom: 0px;
}

.board_zone_write .table1 td textarea.ipt3 {
    height: 300px;
    padding: 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.board_zone_write .table1 td .bb {
    border: 1px solid #D6D6D6;
}

.board_zone_write .table1 td .bg {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.board_zone_write .table1 td .w100 {
    width: 100%;
}

.board_zone_write .table1 td .w80 {
    width: 80%;
}

.board_zone_write .table1 td .w50 {
    width: 50%;
}

.board_zone_write .table1 .delivery_check {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.board_zone_write .table1 .delivery_check2 {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.board_zone_write .table1 .filebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    position: relative;
}

.board_zone_write .table1 .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.board_zone_write .table1 .filebox .tit {
    display: inline-block;
    font-weight: 700;
    font-size: 1.29em;
    color: #28201D;
    width: 100px;
}

.board_zone_write .table1 .filebox .file_input {
    width: 300px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    height: 50px;
}

.board_zone_write .table1 .filebox .file_search {
    width: 130px;
    height: 50px;
    line-height: 50px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 1.29em;
    text-align: Center;
}

.board_zone_write .table1 td .input_wrap {
    height: 50px;
    line-height: 50px;
}

.board_zone_write .table1 td .input_wrap .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-size: 1.0em;
}

.board_zone_write .table1 td .input_wrap .select_box {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    text-align: Center;
}

.board_zone_write .table1 td .input_wrap .select_box select {
    border: 0px;
    width: 180px;
}

/* ------------- 글보기 ------------- */
.board_zone_view {
}

.board_view_tit {
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
}

.board_view_tit h3 {
    font-size: 36px;
    color: #090909;
    font-weight: 600;
}

.board_view_tit strong {
    font-weight: 500;
    font-size: 17px;
}

.board_view_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.board_view_info .view_info_name {
    display: inline-block;
    font-weight: 400;
    color: #8F8F8F;
    font-size: 18px;
}

.board_view_info .view_info_day {
    display: inline-block;
    font-weight: 400;
    color: #8F8F8F;
    font-size: 18px;
}

.board_view_file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    border-bottom: 1px solid #D6D6D6;
}

.board_view_file .view_file_tit {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

.board_view_file .view_file_link {
    display: inline-block;
    font-weight: 500;
    color: #E54B2A;
    font-size: 18px;
    margin-left: 20px;
}

.board_view_content {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #D6D6D6;
    text-align: center;
}

.board_view_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    margin-top: 30px;
}

.board_view_btn .left_btn {
}

.board_view_btn .right_btn {
}

/*회원-로그인*/
.login_wrap {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.login_wrap .login_from {
    margin-top: 35px;
}

.login_wrap .login_from .login_from_tit {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.login_wrap .login_from .login_from_tit .fb {
    font-weight: 700;
}

.login_wrap .login_from .login_gubun {
    width: 350px;
    margin: 10px auto 0;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    overflow: hidden;
}

.login_wrap .login_from .login_gubun select {
    width: 100%;
    border: 0px;
    display: block;
    height: 39px;
    line-height: 39px;
}

.login_wrap .login_from .login_id,
.login_wrap .login_from .login_pwd {
    width: 350px;
    margin: 5px auto 0;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    text-align: left;
    padding-left: 30px;
}

.login_wrap .login_from .login_id input,
.login_wrap .login_from .login_pwd input {
    width: 250px;
    border: 0px;
    height: 32px;
}

.login_wrap .login_from .id_save_wrap {
    width: calc(350px - 15px);
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-weight: 500;
    font-size: 1.0em;
    color: #8F8F8F;
}

.login_wrap .login_from .login_btn {
    width: 350px;
    height: 45px;
    line-height: 45px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 23px;

    font-weight: 500;
    font-size: 1.286em;
    color: #FFFFFF;
}

.login_wrap .login_from .email_btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #28201D 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000002E;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.286em;
    color: #FFFFFF;
}

.login_wrap .or_txt {
    font-weight: 500;
    font-size: 1.143em;
    color: #D6D6D6;
    padding: 35px 0px;
}

.login_wrap .simple_login {

}

.login_wrap .simple_login .simple_login_tit {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.login_wrap .simple_login .simple_login_tit .fb {
    font-weight: 700;
}

.login_wrap .simple_login .kakao_login {
    width: 350px;
    margin: 5px auto 0px;
    height: 45px;
    line-height: 45px;
    background: #FFA113 0% 0% no-repeat padding-box;
    border-radius: 23px;

    text-align: center;
    font-weight: 400;
    font-size: 1.143em;
    color: #fff;
}

.login_wrap .simple_login .naver_login {
    width: 350px;
    margin: 10px auto 0px;
    height: 45px;
    line-height: 45px;
    background: #00C300 0% 0% no-repeat padding-box;
    border-radius: 23px;

    text-align: center;
    font-weight: 400;
    font-size: 1.143em;
    color: #fff;
}

.login_wrap .simple_login .member_join {
    margin-top: 50px;
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.login_wrap .simple_login .member_join .fb a {
    color: #E54B2A;
}

/* 기본 로그인 */
.member_join_wrap {
    position: relative;
    width: 500px;
    margin: 0px auto 50px;
    background-color: #fff;
    text-align: Center;
}

.member_join_wrap span.txt1,
.member_join_wrap span.txt2 {
    display: block;
    font-weight: 700;
    line-height: 0.889em;
    font-size: 2.571em;
    color: #28201D;
}

.member_join_wrap span.txt2 {
    color: #E54B2A;
}

.member_join_wrap .join_wrap {
    margin-top: 50px;
}

.member_join_wrap .join_wrap .join_tit {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.member_join_wrap .join_wrap .join_tit .fb {
    font-weight: 700;
}

.member_join_wrap .join_wrap .maker,
.member_join_wrap .join_wrap .buyer {
    width: 350px;
    margin: 10px auto 0;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E54B2A;
    border-radius: 23px;

    text-align: center;
    font-weight: 400;
    font-size: 1.143em;
    color: #E54B2A;
}

.member_join_wrap .join_wrap .maker > a,
.member_join_wrap .join_wrap .buyer > a {
    display:block;width:100%;height:100%;
    color: #E54B2A;
}

.member_join_wrap .simple_join_wrap {
    margin-top: 30px;
}

.member_join_wrap .simple_join_wrap .simple_tit {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.member_join_wrap .simple_join_wrap .simple_tit .fb {
    font-weight: 700;
}

.member_join_wrap .simple_join_wrap .kakao_join,
.member_join_wrap .simple_join_wrap .naver_join {
    width: 350px;
    margin: 10px auto 0;
    height: 45px;
    line-height: 45px;

    border-radius: 23px;

    text-align: center;
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
}

.member_join_wrap .simple_join_wrap .kakao_join {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFA113;
}

.member_join_wrap .simple_join_wrap .naver_join {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00C300;
}

/*약관동의*/
.member_register_wrap {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.member_register_wrap input[type=checkbox] {
    display: none;
}

.member_register_wrap input[type=checkbox] + label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    font-size: 16px;
    background: url("../images/icon/check_off.png") no-repeat left center;
    position: relative;
    width:100%;height:100%;
}

.member_register_wrap input[type=checkbox]:checked + label {
    background: url("../images/icon/check_on.png") no-repeat left center;
}

.member_register_wrap span.txt1,
.member_register_wrap span.txt2 {
    display: block;
}

.member_register_wrap span.txt1 {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
}

.member_register_wrap span.txt2 {
    font-weight: 600;
    font-size: 2.571em;
    color: #E54B2A;
    margin-bottom: 40px;
}

.member_register_wrap .all_agree,
.member_register_wrap .agree1,
.member_register_wrap .agree2 {
    width: 450px;
    margin: 10px auto;
    height: 70px;
    line-height: 68px;
    border: 2px solid #D6D6D6;
    border-radius: 10px;

    font-weight: 600;
    font-size: 1.143em;
    color: #8F8F8F;
    text-align: left;
}

/*
.member_register_wrap .all_agree,
.member_register_wrap .agree1,
.member_register_wrap .agree2
{
	background-image:url("../images/icon/check_off.png");
	background-repeat:no-repeat;
	background-position:20px 25px;
}

.member_register_wrap .all_agree.active,
.member_register_wrap .agree1.active,
.member_register_wrap .agree2.active
{
	background-image:url("../images/icon/check_on.png");
	background-repeat:no-repeat;
	background-position:20px 25px;
}
*/

.member_register_wrap .agree_content {
    width: 450px;
    margin: 0 auto;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.member_register_wrap .agree_content .txt_wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 10px;
    text-align: left;

    font-weight: 400;
    font-size: 1.0em;
    color: #8F8F8F;
}

.member_register_wrap button.next_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 25px;

    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.143em;
}

/*회원가입 - 생산자 회원가입 - 등록*/
.member_register_maker {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.member_register_maker input[type=checkbox],
.member_register_maker input[type=radio] {
    display: none;
}

.member_register_maker input[type=checkbox],
.member_register_maker input[type=radio] {
    display: none;
}

.member_register_maker input[type=checkbox] + label,
.member_register_maker input[type=radio] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.member_register_maker input[type=checkbox]:checked + label,
.member_register_maker input[type=radio]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.member_register_maker .join {
    width: 450px;
    margin: 0 auto;
}

.member_register_maker .join span.txt1,
.member_register_maker .join span.txt2 {
    display: block;
}

.member_register_maker .join span.txt1 {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
}

.member_register_maker .join span.txt2 {
    font-weight: 600;
    font-size: 2.571em;
    color: #E54B2A;
    margin-bottom: 40px;
}

.member_register_maker button.register_btn2 {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #222 0% 0% no-repeat padding-box;
    border-radius: 25px;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.143em;
}

.member_register_maker button.register_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 25px;

    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.143em;
}

/* 회원가입 항목 */
.member_register_maker .member_join_form {
    width: calc(100% - 25px);
    margin: 0 auto;
}

.member_register_maker .member_join_form .tit {
    font-weight: 600;
    font-size: 2.57em;
    color: #28201D;
    text-align: center;
}

.member_register_maker .member_join_form .form_tit {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #28201D;

}

.member_register_maker .member_join_form .form_tit .txt1 {
    font-weight: 600;
    font-size: 1.29em;
    color: #28201D;
}

.member_register_maker .member_join_form .form_tit .txt2 {
    font-weight: 400;
    font-size: 12px;
    color: #E54B2A;
}

.member_join_form .table1 {
    width: 100%;
}

.member_join_form .table1 td {
    text-align: left !important;
}

.member_join_form .table1 td span.input_tit {
    display: block;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.member_join_form .table1 td span.input_tit2 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member_join_form .table1 td span.input_tit2 > .txt01 {
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    display: inline-block;
}

.member_join_form .table1 td span.input_tit2 > .txt02 {
    font-weight: 400;
    font-size: 0.875em;
    color: #E54B2A;
    display: inline-block;
    text-align: right
}

.member_join_form .table1 td .input_wrap {
    height: 50px;
    line-height: 50px;
}

.member_join_form .table1 td .input_wrap .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-size: 1.0em;
}

.member_join_form .table1 td .input_wrap .bg {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.member_join_form .table1 td .input_wrap .w30 {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.member_join_form .table1 td .input_wrap .w400 {
    width: 430px;
}

.member_join_form .table1 td .input_wrap .w300 {
    width: 300px;
}

.member_join_form .table1 td .input_wrap .w130 {
    width: 130px;
}

.member_join_form .table1 td .input_wrap .w150 {
    width: 150px;
}

.member_join_form .table1 td .input_wrap .w100p {
    width: 100%;
}

.member_join_form .table1 td .input_wrap .select_box {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    text-align: Center;
}

.member_join_form.table1 td .input_wrap .select_box select {
    border: 0px;
    width: 180px;
}

.member_join_form .table1 td .input_wrap .delivery_check {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.member_join_form .table1 td .bb {
    border-bottom: 1px solid #D6D6D6;
}

.member_join_form .table1 td .id_msg {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 80px;
}

/*회원가입 - 가입완료*/
.member_register_confirm {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.member_register_confirm .txt {
    font-weight: 600;
    font-size: 1.714em;
    line-height: 1.500em;
    color: #28201D;
    width: 260px;
    margin: 30px auto 0px;
    word-break: keep-all;
}

.member_register_confirm button.confirm_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 25px;

    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.143em;
}

/*마이페이지 생산자*/
.mypage_wrap {
    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
    background-color: #fff;
}

.mypage_wrap .mypage_tab_menu {

    width: 100%;
    height: 63px;
    border-bottom: 3px solid #E54B2A;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.mypage_wrap .mypage_tab_menu .menu {
    width: 288px;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 1.429em;
    color: #8F8F8F;
}

.mypage_wrap .mypage_tab_menu .menu.active {
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    font-size: 1.429em;
    color: #FFF;
}

.mypage_wrap .mypage_tab_menu .menu.tab_profile {
    display: none;
}

.mypage_wrap .mypage_tab_menu .menu2 {
    width: 216px;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 1.429em;
    color: #8F8F8F;
}

.mypage_wrap .mypage_tab_menu .menu2.tab_profile {
    display: none;
}

.mypage_wrap .mypage_tab_menu .menu2.active {
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    font-size: 1.429em;
    color: #FFF;
}

.mypage_wrap .mypage_content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*프로필 시작*/
.mypage_wrap .mypage_content .left_content {
    width: 375px;
    padding-top: 50px;
}

.mypage_wrap .mypage_content .left_content .profile_info {
    width: 100%;
    height: 330px;
    border-bottom: 1px solid #D6D6D6;
}

.mypage_wrap .mypage_content .left_content .my_info {
    width: 100%;
    height: 480px;
    border-bottom: 1px solid #D6D6D6;
}

.mypage_wrap .mypage_content .left_content .add_info {
    width: 100%;
    height: 185px;
    border-bottom: 1px solid #D6D6D6;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap,
.mypage_wrap .mypage_content .left_content .my_info .con_wrap,
.mypage_wrap .mypage_content .left_content .add_info .con_wrap {
    width: calc(375px - 20px);
    margin: 0 auto;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap .con {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap .con .info {
    width: 245px;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap .con .info .member_name {
    margin: 5px 0 10px 0;
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap .con .profile_img {
    width: 100px;
    height: 100px;
}

.mypage_wrap .mypage_content .left_content .profile_info .con_wrap .con .profile_img .img_wrap {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt {
    width: calc(375px - 20px);
    margin: 40px auto 0;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt li dl dt {
    display: table-cell;
    padding: 8px 0 8px 0px;
    width: 60px;
    font-weight: 600;
    font-size: 1.143em;
    color: #28201D;
    vertical-align: middle;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt li dl dd {
    display: table-cell;
    padding: 8px 0 8px 0px;
    font-weight: 600;
    font-size: 1.429em;
    text-align: Center;
}

/*일반회원*/
.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt2 {
    width: calc(375px - 20px);
    margin: 40px auto 0;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt2 li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt2 li dl dt {
    display: table-cell;
    padding: 8px 0 8px 0px;
    width: 60px;
    font-weight: 600;
    font-size: 1.143em;
    color: #28201D;
    vertical-align: middle;
}

.mypage_wrap .mypage_content .left_content .profile_info .member_write_cnt2 li dl dd {
    display: table-cell;
    width: 240px !important;
    padding: 8px 0 8px 0px;
    font-weight: 600;
    font-size: 1.429em;
    text-align: right;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con {
    padding-top: 20px;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .tit {
    position: relative;
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
    height: 30px;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .tit .modify {
    position: absolute;
    right: 0;
    top: 0;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .txt01 {
    margin-top: 20px;
    position: relative;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .txt01 .sub_tit {
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .txt01 .sub_txt {
    font-weight: 600;
    font-size: 18px;
    color: #28201D;
    word-break: keep-all;
    width: 280px;
}

.mypage_wrap .mypage_content .left_content .my_info .con_wrap .con .txt01 .call_number {
    position: absolute;
    right: 0;
    top: 0;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con {
    padding-top: 20px;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .tit {
    position: relative;
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
    height: 30px;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .tit .modify {
    position: absolute;
    right: 0;
    top: 0;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 {
    margin-top: 20px;
    position: relative;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 .yoil {

}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 .yoil:after {
    content: ",";
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 .yoil:last-child:after {
    content: "";
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 .sub_tit {
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
}

.mypage_wrap .mypage_content .left_content .add_info .con_wrap .con .txt01 .sub_txt {
    font-weight: 600;
    font-size: 18px;
    color: #28201D;
    word-break: keep-all;
    width: 280px;
}

.mypage_wrap .mypage_content .left_content .mem_withdraw {
    font-weight: bold;
    font-size: 18px;
    color: #8F8F8F;
    padding: 20px;
}

.mypage_wrap .mypage_content .left_content .mypage_memo {
    font-weight: 400;
    font-size: 12px;
    color: #8F8F8F;
    padding-left: 20px;
}

/*프로필 끝*/

.mypage_wrap .mypage_content .right_content {
    width: 864px;
    padding-top: 50px;
    border-left: 1px solid #D6D6D6;
    display: flex;
    justify-content: flex-end;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content {
    width: 846px;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .mypage_right_title {
    font-weight: 600;
    font-size: 2.571em;
    color: #28201D;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info {
    width: 100%;
    height: 122px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-top: 50px;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_txt {

    padding-left: 20px;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_txt span {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_txt span.number {
    display: inline-block;
    width: 45px;
    text-align: right;
    font-weight: 700;
    font-size: 2.571em;
    color: #8F8F8F;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_cnt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_cnt .ing_product {

    width: 150px;
    text-align: Center;
    border-right: 1px solid #D6D6D6;

}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_cnt .hidden_product {

    width: 150px;
    text-align: Center;

}

.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_cnt .ing_product p,
.mypage_wrap .mypage_content .right_content .mypage_right_content .maker_product_info .product_cnt .hidden_product p {
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

/*마이페이지 상품 목록*/
.mypage_right_content .maker_product_list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #28201D;
}

.mypage_right_content .maker_product_list .sell_product,
.mypage_right_content .maker_product_list .hidden_product,
.mypage_right_content .maker_product_list .sub_menu {
    position: relative;
    width: 130px;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.mypage_right_content .maker_product_list .sell_product a,
.mypage_right_content .maker_product_list .hidden_product a,
.mypage_right_content .maker_product_list .sub_menu a {
    font-weight: 700;
    font-size: 1.286em;
    color: #8F8F8F;
}

.mypage_right_content .maker_product_list .hidden_product.active a,
.mypage_right_content .maker_product_list .sell_product.active a,
.mypage_right_content .maker_product_list .sub_menu.active a {
    color: #28201D;
}

.mypage_right_content .maker_product_list .hidden_product.active:after,
.mypage_right_content .maker_product_list .sell_product.active:after,
.mypage_right_content .maker_product_list .sub_menu.active:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 100px;
    position: absolute;
    bottom: -4px;
    left: 61px;
    z-index: 10;
}

/* 리뷰 리스트 시작*/
.mypage_right_content .maker_review_list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #28201D;
    margin-top: 50px;
}

.mypage_right_content .maker_review_list .sub_menu {
    position: relative;
    width: 130px;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

.mypage_right_content .maker_review_list .sub_menu a {
    font-weight: 700;
    font-size: 1.286em;
    color: #8F8F8F;
}

.mypage_right_content .maker_review_list .sub_menu.active a {
    color: #28201D;
}

.mypage_right_content .maker_review_list .sub_menu.active:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 100px;
    position: absolute;
    bottom: -4px;
    left: 61px;
    z-index: 10;
}

.mypage_right_content .review_cnt {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;

    margin-top: 40px;
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

/* 리뷰 리스트 끝*/

.ul_product_list {
    width: 100%;
    margin-top: 20px;
}

.ul_product_list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #D6D6D6;
    vertical-align: top;
}

.ul_product_list li input[type=checkbox] {
    display: none;
}

.ul_product_list li input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.ul_product_list li input[type=checkbox]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.ul_product_list li:first-child {
    padding-top: 0px;
}

.ul_product_list li .li_chk {
    width: 40px;
    text-align: center;
}

.ul_product_list li .li_img {
    width: 166px;
    text-align: center;
    border-radius: 10px;
}

.ul_product_list li .li_img2 {
    width: 214px;
    height: 152px;
    overflow: hidden;
    text-align: center;
}

.ul_product_list li .li_content {
    padding-left: 20px;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
}

.ul_product_list li .li_content .title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 35px;
    width: 700px;
}

.ul_product_list li .li_content .title .product_name {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
    word-break: keep-all;
}

.ul_product_list li .li_content .title .product_btn {
    text-align: right;
}

.ul_product_list li .li_content .price {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    text-align: left;
}

.ul_product_list li .li_content .price .won {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.ul_product_list li .li_content .bump {
    text-align: right;
    width: 100%;
}

.ul_product_list li .li_content .review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 700px;
    height: 20px;
}

.ul_product_list li .li_content .review .review_con {
    font-weight: 400;
    font-size: 1.00em;
    color: #28201D;
}

.ul_product_list li .li_content .review .upload_date {
    font-weight: 400;
    font-size: 0.875em;
    color: #8F8F8F;
}

.ul_product_list li .li_content .review .review_con .star_cnt {
    display: inline-block;
    width: 100px;
    text-align: left;
}

.ul_product_list li .li_content .review .review_con .call_cnt,
.ul_product_list li .li_content .review .review_con .heart_cnt {
    display: inline-block;
    width: 30px;
}

/*찜한 생산자*/
.ul_product_list li .li_content2 {
    padding-left: 20px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}

.ul_product_list li .li_content2 .title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 35px;
    width: 600px;
}

.ul_product_list li .li_content2 .title .product_name {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
    word-break: keep-all;
}

.ul_product_list li .li_content2 .title .product_btn {
    text-align: right;
}

.ul_product_list li .li_content2 .price {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.ul_product_list li .li_content2 .price .won {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.ul_product_list li .li_content2 .info_basic {
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F;
    word-break: keep-all;
    max-height: 40px;
    overflow: hidden;
}

.ul_product_list li .li_content2 .info_basic .e_ {
    -webkit-line-clamp: 2;
}

.ul_product_list li .li_content2 .item_info_tag {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ul_product_list li .li_content2 .item_info_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.ul_product_list li .li_content2 .item_info_tag span.tag_btn {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.ul_product_list li .li_content2 .item_info_tag span.tag_btn {
    margin-left: 5px;
}

.ul_product_list li .li_content2 .item_info_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.ul_product_list li .li_content2 .review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 600px;
    height: 30px;
}

.ul_product_list li .li_content2 .review .review_con {
    font-weight: 400;
    font-size: 1.00em;
    color: #28201D;
}

.ul_product_list li .li_content2 .review .upload_date {
    font-weight: 400;
    font-size: 0.875em;
    color: #8F8F8F;
}

.ul_product_list li .li_content2 .review .review_con .star_cnt {
    display: inline-block;
    width: 100px;
}

.ul_product_list li .li_content2 .review .review_con .call_cnt,
.ul_product_list li .li_content2 .review .review_con .heart_cnt {
    display: inline-block;
    width: 30px;
}

/* 공통 게시판 http://heeming.co.kr/ 게시판 목록 */
/* 이름, 날짜 */
.board_name_day {
    margin-top: 0px;
}

.board_name {
    display: inline-block;
    padding: 0 3px 0 0;
}

.board_day {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    margin-top: 5px;
}

.board_day span {
    position: relative;
}

/* 추천수, 조회수 */
.board_likeit_hits {
    color: #b2b2b2;
    font-size: 11px;
}

.board_likeit {
    display: inline-block;
    margin: 18px 10px 0 0;
}

.board_hits {
    display: inline-block;
}

/* 이벤트 기간 */
.board_event_day {
    margin: 5px 0 3px 0;
}

/* 상품후기 별 */
.board_zone_cont .rating_star_list {
    margin: 6px 0 0 0;
}

.board_zone_cont .rating_star_list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_zone_cont .rating_star {
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url("../../img/icon/board/icon_star_bg.png") no-repeat left top;
    vertical-align: middle;
    text-indent: -9999px;
    margin-top: -8px;
}

.board_zone_cont .rating_star span {
    display: block;
    background: url("../../img/icon/board/icon_star_fill.png") no-repeat left top;
}

/* ------------- 마이페이지 기본 게시판 테이블 리스트  ------------- */
.board_conwrap {
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.board_conwrap .tab_content {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.board_conwrap .tab_content.on {
    display: block;
}

/*게시판 top 시작*/
.board_conwrap .board_list_top {
    margin-top: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board_conwrap .board_list_top .board_total_cnt {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.board_conwrap .board_list_top .board_status {
    width: 120px;
    height: auto;
    line-height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    text-align: Center;
}

.board_conwrap .board_list_top .board_status2 {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 27px;
    text-align: Center;

    color: #fff;
}

.board_conwrap .board_list_top .board_status select {
    width: 100px;
    border: 0px;
}

/*게시판 top 종료*/

.board_conwrap .basic {
    width: 100%;
    border-top: 0px solid #909097;
    margin-bottom: 60px;
}

.board_conwrap .basic td {
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.board_conwrap .basic td.img {
    width: 100px;
    text-align: center;
}

.board_conwrap .basic td.img img {
    width: 100px;
}

.board_conwrap .basic td.date {
    width: 120px;
    text-align: center;
}

.board_conwrap .basic td.date .day {
    font-size: 28px;
    color: #28201D;
    font-weight: 700;
}

.board_conwrap .basic td.date .ym {
    font-size: 16px;
    color: #858585;
}

.board_conwrap .basic td.sbj {
    text-align: left;
    padding: 20px 20px;
}

.board_conwrap .basic td.sbj .tit {
    margin-bottom: 5px;
    font-size: 20px;
    color: #666;
}

.board_conwrap .basic td.sbj p {
    font-size: 15px;
    color: #999;
}

.board_conwrap .basic td.more {
    width: 120px;
    text-align: right;
    padding: 20px 30px;
}

.board_conwrap .board_basic_list {
    width: 100%;
    border-top: 1px solid #222;
    margin-top: 30px;
    margin-bottom: 60px;
}

.board_conwrap .board_basic_list thead th {
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
}

.board_conwrap .board_basic_list tbody td {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    vertical-align: middle;
}

.board_conwrap .board_basic_list .td_img {
    width: 200px !important;
    text-align: center;
    font-weight: 700;
    font-size: 1.0em;
}

.board_conwrap .board_basic_list .td_orderno {
    width: 120px !important;
    text-align: center;
    font-weight: 700;
    font-size: 1.0em;
}

.board_conwrap .board_basic_list .td_subject {
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
    font-size: 1.0em;
}

.board_conwrap .board_basic_list .td_name {
    width: 80px !important;
    text-align: center;
    font-weight: 400;
}

.board_conwrap .board_basic_list .td_date {
    width: 80px !important;
    text-align: center;
    font-weight: 400;
}

.board_conwrap .board_basic_list .td_price {
    width: 80px !important;
    text-align: center;
}

.board_conwrap .board_basic_list .td_mng {
    width: 100px !important;
    text-align: center;
}

.board_conwrap .board_basic_list .td_status {
    width: 80px !important;
    text-align: center;
}

.board_conwrap .board_basic_list .td_cnt {
    width: 40px !important;
    text-align: center;
}

.board_conwrap .board_basic_list .td_category {
    width: 100px !important;
    text-align: center !important;
}

.board_conwrap .board_basic_list .td_point {
    width: 120px !important;
    text-align: center;
}

.board_conwrap .board_basic_list tbody td .no_txt {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
    margin-bottom: 10px;
}

.board_conwrap .board_basic_list tbody td .yes_txt {
    font-weight: 400;
    font-size: 1.0em;
    color: #E54B2A;
    margin-bottom: 10px;
}

.board_conwrap .board_basic_list tbody td .no_txt2 {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.board_conwrap .board_basic_list tbody td .yes_txt2 {
    font-weight: 400;
    font-size: 1.0em;
    color: #E54B2A;
}

.board_conwrap .board_basic_list tbody td .answer01 {
    width: 80px;
    height: 30px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #28201D;
    border-radius: 15px;

    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.board_conwrap .board_basic_list tbody td .answer03 {
    width: 80px;
    height: 30px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #28201D;
    border-radius: 15px;

    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.board_conwrap .board_basic_list tbody td .answer02 {
    width: 80px;
    height: 30px;
    /* UI Properties */
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 15px;
    font-weight: 400;
    font-size: 1.0em;
    color: #fff;
}

/* 웹진 갤러리 */
.board_list_gallery {
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.board_list_gallery:after {
    display: block;
    clear: both;
    content: "";
}

.board_list_gallery ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.board_list_gallery ul li {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #e0dfde;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 20px 0;
}

.board_list_gallery ul li + li {
    margin-top: 10px;
}

.board_list_gallery .gallery_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 게시판 이미지 */
.board_list_gallery .board_img {
    overflow: hidden;
    position: relative;
    width: 120px;
    min-height: 120px;
    text-align: center;
}

.board_list_gallery .board_img a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.gallery_info_cont {
    width: calc(100% - 270px);
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 게시판 제목 */
.gallery_info_cont .board_tit {
    margin: 0px 0 0 0;
    text-align: left;
    vertical-align: middle;
}

.gallery_info_cont .board_tit .txt1 {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    word-break: keep-all;
    margin-top: 5px;
    max-height: 60px;
    overflow: hidden;
}

.gallery_info_cont .board_tit .txt1 .e_ {
    -webkit-line-clamp: 2;
}

.gallery_info_cont .board_tit .e_ {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box
}

.gallery_info_cont .board_tit em {
    display: block;
    margin: 0 0 2px 0;
}

.gallery_info_cont .board_tit strong {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    word-break: keep-all;
    letter-spacing: -0.25px;
}

.gallery_info_cont .board_tit img {
    margin: 0px 0px 0 0px;
    vertical-align: top;
}

.gallery_btn {
    width: 150px;
}

.gallery_btn .no_txt {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.gallery_btn .yes_txt {
    font-weight: 400;
    font-size: 1.0em;
    color: #E54B2A;
}

.gallery_btn .answer01 {
    width: 80px;
    height: 30px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #28201D;
    border-radius: 15px;

    margin-top: 10px;
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.gallery_btn .answer02 {
    width: 80px;
    height: 30px;
    /* UI Properties */
    background: #E54B2A 0% 0% no-repeat padding-box;
    border-radius: 15px;

    margin-top: 10px;
    font-weight: 400;
    font-size: 1.0em;
    color: #fff;
}

.board_zone_cont .tab_content {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.board_zone_cont .tab_content.on {
    display: block;
}

/* 마이페이지 상품 등록 http://xn--9m1b66a02gitan63abrs.com/member/join.php*/
.good_form {
    width: 1240px;
    margin: 0px auto 0px;
    position: relative;
    background-color: #fff;
}

.good_form .sit_wimg {
    display: none
}

.good_form .banner_or_img {
    margin: 10px 0 0
}

.good_form .banner_or_img button {
    display: block;
    margin: 5px 0 0
}

.good_form .btn_frmline {
    display: inline-block;
    padding: 0 7px;
    height: 24px;
    border: 0;
    background: #444;
    color: #fff !important;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: middle;
    line-height: 2em
}

/* 우편번호검색버튼 등 */
.good_form .btn_frmline:focus, .good_form .btn_frmline:hover, .good_form .btn_frmline:active {
    text-decoration: none
}

.good_form input[type=checkbox] {
    display: none;
}

.good_form input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background: url("../images/icon/check_off.png") no-repeat left center;
}

.good_form input[type=checkbox]:checked + label {
    background: url("../images/icon/check_on.png") no-repeat left center;
}

.good_form .table1 {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

.good_form .table1 td span.won {
    font-weight: 400;
    font-size: 1.286em;
}

.good_form .table1 td span.input_tit {
    display: block;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.good_form .table1 input {
    /*margin-top: 10px;
	margin-bottom: 40px;
	*/
}

.good_form .table1 td .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
}

.good_form .table1 td input.ipt2 {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
    margin-bottom: 0px;
}

.good_form .table1 td textarea.ipt3 {
    height: 300px;
    padding: 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.good_form .table1 td .bb {
    border: 1px solid #D6D6D6;
}

.good_form .table1 td .bg {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.good_form .table1 td .w100 {
    width: 100%;
}

.good_form .table1 td .w80 {
    width: 80%;
}

.good_form .table1 td .w50 {
    width: 50%;
}

.good_form .table1 .delivery_check {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.good_form .table1 .delivery_check2 {
    font-weight: 400;
    font-size: 1.143em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.good_form .table1 .td_file {
    padding: 40px 0 50px;
}

.good_form .table1 .filebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    position: relative;
}

.good_form .table1 .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.good_form .table1 .filebox .tit {
    display: inline-block;
    font-weight: 700;
    font-size: 1.29em;
    color: #28201D;
    width: 100px;
}

.good_form .table1 .filebox .file_input {
    width: 300px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    height: 50px;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.good_form .table1 .filebox .file_search {
    width: 130px;
    height: 50px;
    line-height: 50px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 1.29em;
    text-align: Center;
}

.good_form .table1 .file_del {display:inline-block;width:100%;padding: 5px 0;}
.good_form .table1 .file_del label {
    display:flex;align-items:center;width:100%;border:0;
}

.good_form .table1 .file_del label span {
    display: inline-block;
    max-width:calc(95% - 100px);font-size: 0.975em;font-weight:400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.good_form .table1 .file_del label .btn_fileDel {
    max-width:80px;
    padding: 5px 10px;
    border: 1px solid #d7d7d7;
    border-radius:5px;
    margin-left:10px;
}

.good_form .table1 td .input_wrap {
    height: 50px;
    line-height: 50px;
}

.good_form .table1 td .input_wrap .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-size: 1.0em;
}

.good_form .table1 td .input_wrap .select_box {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    text-align: Center;
}

.good_form .table1 td .input_wrap .select_box select {
    border: 0px;
    width: 180px;
}

/* 마이 페이지 회원 정보 수정*/
.mypage_member_modify {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.mypage_member_modify .tit {
    font-weight: 600;
    font-size: 2.57em;
    color: #28201D;

}

.mypage_member_modify .txt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.14em;
}

.mypage_member_modify .pwd_modify {
    width: 400px;
    height: 50px;
    line-height: 46px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    font-size: 1.14em;
}

/* 마이페이지 회원정보 수정*/
.mypage_login_modiy {
    width: 500px;
    margin: 0px auto 0px;
    position: relative;
    background-color: #fff;
}

.mypage_login_modiy .mypage_login_form {
    width: calc(100% - 25px);
    margin: 0 auto;
}

.mypage_login_modiy .mypage_login_form .tit {
    font-weight: 600;
    font-size: 2.57em;
    color: #28201D;
    text-align: center;
}

.mypage_login_modiy .mypage_login_form .form_tit {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #28201D;

}

.mypage_login_modiy .mypage_login_form .form_tit .txt1 {
    font-weight: 600;
    font-size: 1.29em;
    color: #28201D;
}

.mypage_login_modiy .mypage_login_form .form_tit .txt2 {
    font-weight: 400;
    font-size: 12px;
    color: #E54B2A;
}

.mypage_login_form .table1 {
    width: 100%;
}

.mypage_login_form .table1 td span.input_tit {
    display: block;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.mypage_login_form .table1 td span.input_tit2 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage_login_form .table1 td span.input_tit2 > .txt01 {
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    display: inline-block;
}

.mypage_login_form .table1 td span.input_tit2 > .txt02 {
    font-weight: 400;
    font-size: 0.875em;
    color: #E54B2A;
    display: inline-block;
    text-align: right
}

.mypage_login_form .table1 td .input_wrap {
    height: 50px;
    line-height: 50px;
}

.mypage_login_form .table1 td .input_wrap .ipt {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    font-size: 1.0em;
}

.mypage_login_form .table1 td .input_wrap .bg {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.mypage_login_form .table1 td .input_wrap .w30 {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.mypage_login_form .table1 td .input_wrap .w400 {
    width: 430px;
}

.mypage_login_form .table1 td .input_wrap .w130 {
    width: 130px;
}

.mypage_login_form .table1 td .input_wrap .w150 {
    width: 150px;
}

.mypage_login_form .table1 td .input_wrap .w100p {
    width: 100%;
}

.mypage_login_form .table1 td .input_wrap .select_box {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    text-align: Center;
}

.mypage_login_form .table1 td .input_wrap .select_box select {
    border: 0px;
    width: 180px;
}

.mypage_login_form .table1 td .input_wrap .delivery_check {
    font-weight: 400;
    font-size: 1.286em;
    color: #28201D;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.mypage_login_form .table1 td .bb {
    border-bottom: 1px solid #D6D6D6;
}

/* 페이지 추가 정보 등록*/
.mypage_member_add_info {
    position: relative;
    width: 500px;
    margin: 0px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.mypage_member_add_info input[type=checkbox] {
    display: none;
}

.mypage_member_add_info input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.mypage_member_add_info input[type=checkbox]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.mypage_member_add_info .tit {
    font-weight: 600;
    font-size: 2.57em;
    color: #28201D;

}

.mypage_member_add_info .txt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1.14em;
}

.mypage_member_add_info .table1 {
    width: 100%;
}

.mypage_member_add_info .table1 td span.input_tit {
    display: block;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    text-align: left;
}

.mypage_member_add_info .table1 td span.input_tit2 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage_member_add_info .table1 td span.input_tit2 > .txt01 {
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
    display: inline-block;
}

.mypage_member_add_info .table1 td span.input_tit2 > .txt02 {
    font-weight: 400;
    font-size: 0.875em;
    color: #E54B2A;
    display: inline-block;
    text-align: right
}

.mypage_member_add_info .table1 td .input_wrap .number {
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: Center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
}

.mypage_member_add_info .table1 td .input_wrap .type_number {
    width: 60px;
    border: 0px;
}

/*마이 페이지 사업자 쇼핑*/
.shop_wrap {
    margin-top: 50px;
}

.shop_wrap .tab_content {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    display: none;
}

.shop_wrap .tab_content.on {
    display: block;
}

.shop_wrap .order_search_wrap,
.shop_wrap .wish_product_wrap,
.shop_wrap .wish_fishman_wrap,
.shop_wrap .wish_point_wrap {
    width: 100%;
    position: relative;
    text-align: left;
    z-index: 100;
}

.shop_wrap .order_search_wrap .order_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_wrap .order_search_wrap .order_search .search_date1 {

}

.shop_wrap .order_search_wrap .order_search .search_date1 .date_btn {
    width: 68px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #28201D;
    border-radius: 18px;
    color: #28201D;
}

.shop_wrap .order_search_wrap .order_search .search_date1 .date_btn.active {
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #fff;
}

.shop_wrap .order_search_wrap .order_search .search_date2 {

}

.shop_wrap .order_search_wrap .order_search .search_date2 .i_date {
    width: 125px;
    height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    line-height: 35px;
    text-align: center;
}

.shop_wrap .order_search_wrap .order_search .search_date2 .search_btn {
    width: 68px;
    height: 35px;
    line-height: 35px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #fff;
}

.shop_wrap .board_list_top {
    margin-top: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.shop_wrap .board_list_top .board_total_cnt {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.shop_wrap .board_list_top .board_status {
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 29px;
    text-align: Center;
}

/*마이페이지 포인트*/
.shop_wrap .point_tit {
    font-weight: 300;
    font-size: 2.00em;
    color: #28201D;
}

.shop_wrap .point_tit .bb {
    font-weight: 700;
}

.shop_wrap .point_total_history {
    margin-top: 20px;
    width: 100%;
    max-width: 846px;
    height: 122px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.shop_wrap .point_total_history .con_wrap {
    width: calc(100% - 50px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_wrap .point_total_history .con_wrap .point_txt {
    font-weight: 700;
    font-size: 1.29em;
    color: #28201D;
}

.shop_wrap .point_total_history .con_wrap .total_point {
    font-weight: 700;
    font-size: 1.29em;
    color: #28201D;
}

/**/
.shop_wrap .review_gallery_type > ul {
    margin-top: 20px;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.shop_wrap .review_gallery_type > ul > li {
    margin: 0 0px 12px 0;
    width: 417px;
    height: 250px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.shop_wrap .review_gallery_type > ul > li:nth-child(2n) {
    margin: 0 0px 12px 0;
}

.shop_wrap .review_gallery_type > ul > li .item_cont {
    padding: 20px 0px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_img {
    width: 67px;
    height: 67px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_img img {
    border-radius: 10px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_info {
    padding-left: 10px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_info .product_tit {
    font-weight: 700;
    font-size: 14px;
    color: #28201D;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_info .product_maker {
    font-weight: 400;
    font-size: 12px;
    color: #8F8F8F;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_product .review_product_info .product_amount {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #28201D;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_img {
    width: 80px;
    height: 67px;
    text-align: right !important;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_img img {
    border-radius: 10px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_info {
    padding-right: 10px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_info .review_star {

}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_info .review_con {
    font-weight: 400;
    font-size: 14px;
    color: #28201D;
    word-break: keep-all;
    width: 270px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_latest .review_latest_info .review_con ._e {
    -webkit-line-clamp: 2;
}

.shop_wrap .review_gallery_type > ul > li .item_cont .review_regdate {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #8F8F8F;
    margin-top: 20px;
}

/* 쇼핑몰 */
.cart_wrap {
    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
    background-color: #fff;
}

.cart_wrap .cart_content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.cart_wrap .cart_content .cart_list {
    width: 840px;
    position: relative;
}

.cart_wrap .cart_content .cart_list input[type=checkbox] {
    display: none;
}

.cart_wrap .cart_content .cart_list input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.cart_wrap .cart_content .cart_list input[type=checkbox]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.cart_wrap .cart_content .cart_list .ul_product_list {
    width: 100%;
    margin-top: 20px;
}

.cart_wrap .cart_content .cart_list .ul_product_list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #D6D6D6;
}

.cart_wrap .cart_content .cart_list .ul_product_list li:first-child {
    padding-top: 0px;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_chk {
    width: 40px;
    text-align: center;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_img {
    width: 150px;
    text-align: center;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_img2 {
    width: 150px;
    height: 150px;
    text-align: center;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content {
    padding-left: 20px;
    /*width:540px;*/
    display: flex;
    flex-wrap: wrap;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .title {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 35px;
    /*width:500px;*/
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .title .product_name {
    font-weight: 700;
    font-size: 1.714em;
    color: #28201D;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .title .product_btn {
    text-align: right;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .price {
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-weight: 700;
    font-size: 1.286em;
    color: #28201D;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .count_weight {
    width: 100%;
    height: 21px;
    line-height: 27px;
    font-weight: 400;
    font-size: 12px;
    color: #8F8F8F;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .price .won {
    font-weight: 400;
    font-size: 1.0em;
    color: #28201D;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    width: 100%;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_tag {
    margin-top: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_tag span.tag_btn {
    display: block;
    background: #FFE0D9 0% 0% no-repeat padding-box;
    border-radius: 11px;
    width: 66px;
    height: 22px;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_tag span.tag_btn {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 22px;
    text-align: center;
    color: #E54B2A;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_tag span.tag_btn {
    margin-left: 5px;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_tag span.tag_btn:first-child {
    margin-left: 0px;
}

.cart_wrap .cart_content .cart_list .ul_product_list li .li_content .tag_price .product_price {
    font-weight: 700;
    font-size: 28px;
    text-align: right;
}

/**/

.cart_wrap .cart_content .cart_list .list_top {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    height: 50px;

    padding-bottom: 15px;
    border-bottom: 2px solid #D6D6D6
}

.cart_wrap .cart_content .cart_list .list_top .all_select {
    height: 40px;
    line-height: 40px;
    font-weight: 400px;
    font-size: 16px;
}

.cart_wrap .cart_content .cart_list .list_top .choice_btn {
    height: 40px;
}

/*주문 상세 내역 시작*/
.cart_wrap .cart_content .cart_list {
}

/*주문 상세 내역 끝*/

.cart_wrap .cart_content .amount_info {
    width: 375px;
    padding: 40px 0 20px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .tit {
    font-weight: 700;
    font-size: 24px;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .amount_price_wrap {
    margin-top: 30px;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .amount_price_wrap li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .amount_price_wrap li dl dt {
    display: table-cell;
    padding: 5px 0 5px 0px;
    width: 80px;
    font-weight: 400;
    font-size: 18px;
    color: #8F8F8F;
    vertical-align: middle;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .amount_price_wrap li dl dd {
    display: table-cell;
    padding: 5px 0 5px 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .hr_line {
    border: 1px solid #D6D6D6;
    margin: 30px 0 30px 0;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .total_price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 40px;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .total_price span.tit {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.cart_wrap .cart_content .amount_info .amount_content_wrap .total_price span.total_amount_price {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #E54B2A;
}

/*주문하기*/
.order_wrap {
    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
    background-color: #fff;
}

.order_wrap .order_board_con_wrap {
    width: 100%;
}

.order_wrap .order_board_con_wrap .order_list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.order_wrap .order_board_con_wrap .order_list thead th {
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 16px;
}

.order_wrap .order_board_con_wrap .order_list tbody td {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    text-align: Center;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject {
    text-align: left !important;
    padding-left: 15px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info {
    display: flex;
    justify-content: flex-start;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .product_img {
    width: 100px;
    height: 100px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .product_img img {
    width: 100px !important;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .info {
    padding-left: 20px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .info .txt_tit {
    font-weight: 700;
    font-size: 20px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .info .txt_maker {
    font-weight: 400;
    color: #8F8F8F;
    font-size: 14px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_subject .product_info .info .txt_price {
    font-weight: 700;
    font-size: 18px;
    padding-top: 25px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_cnt {
    width: 150px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_price {
    width: 150px;
}

.order_wrap .order_board_con_wrap .order_list tbody td.td_delivery {
    width: 150px;
}

.order_wrap .order_board_con_wrap .order_title {
    font-weight: bold;
    font-size: 24px;
}

.order_wrap .order_board_con_wrap .order_title.title_line {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

/*주문정보 table order_input*/
.order_input td {
    padding: 15px 0px;
    vertical-align: middle;
}

.order_input td.title {
    font-weight: 700;
    font-size: 16px;
}

.order_input .input_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.order_input .w100p {
    width: 100%;
}

.order_input .w50p {
    width: 50%;
}

.order_input .w40p {
    width: 40%;
}

.order_input .w100 {
    width: 100px;
}

.order_input .w120 {
    width: 120px;
}

.order_input .w300 {
    width: 300px;
}

.order_input .w400 {
    width: 400px;
}

.order_board_con_wrap .order_payment_wrap {
    margin-top: 20px;
    height: 120px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con {
    width: calc(100% - 100px);
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con .sub_tit {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #8F8F8F;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con {
    font-size: 24px;
    font-weight: 700;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con .w120 {
    width: 120px;
    text-align: center;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con .w200 {
    width: 200px;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con .circle_wrap {
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 35px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #8F8F8F;
}

.order_board_con_wrap .order_payment_wrap .order_payment_wrap_con .number {
    font-size: 24px;
    font-weight: 700;
}

.order_board_con_wrap .order_settle_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
}

.order_board_con_wrap .order_settle_wrap .order_settle {
    width: 615px;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #D6D6D6;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
}

/*결제완료*/
.sellte_confirm {
    position: relative;
    width: 500px;
    margin: 100px auto 0px;
    background-color: #fff;
    text-align: Center;
}

.sellte_confirm .txt {
    font-weight: 600;
    font-size: 1.714em;
    line-height: 1.500em;
    color: #28201D;
    margin: 30px auto 0px;
    word-break: keep-all;
}

.sellte_confirm .txt1 {
    font-weight: 600;
    font-size: 18px;
    color: #28201D;
    margin: 30px auto 0px;
    word-break: keep-all;
}

.sellte_confirm .txt2 {
    font-weight: 400;
    font-size: 14px;
    color: #28201D;
    margin: 30px auto 0px;
    word-break: keep-all;
}

.sellte_confirm .txt3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    height: 125px;
    margin-top: 20px;
}

.sellte_confirm button.confirm_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #28201D 0% 0% no-repeat padding-box;
    border-radius: 25px;

    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.143em;
}

.sellte_confirm .txt3 .no_bankbook {
    width: calc(100% - 100px);
    margin: 5px auto;
}

.sellte_confirm .txt3 .no_bankbook li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.sellte_confirm .txt3 .no_bankbook li dl dt {
    display: table-cell;
    padding: 5px 0 5px 0px;
    width: 80px;
    font-weight: 400;
    font-size: 18px;
    color: #8F8F8F;
    vertical-align: middle;
}

.sellte_confirm .txt3 .no_bankbook li dl dd {
    display: table-cell;
    padding: 5px 0 5px 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

.sellte_confirm .nobank_txt {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F;
}

/*미리보기*/
.banner-preview-wrap {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    background: #fff
}

.banner-preview-wrap .banner-preview {
    height: 100%;
    border: 1px dashed #dcdcdc;
    text-align: center;
}

.banner-preview-wrap .banner-preview .img_banner_wrap {}
.banner-preview-wrap .banner-preview .img_banner_wrap img {
    max-width:300px;
    max-height:300px;
    width:100%;
    height:100%;

}

    /*qa 팝업*/
.qa_pop_style {
    opacity: 0;
    display: none;
    position: relative;
    width: 500px;
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 10px;
}

.qa_pop_style .review_score {
    position: relative;
}

.qa_pop_style .review_score.active button:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qa_pop_style .review_score.active ul {
    display: block;
}

.qa_pop_style .review_score button.family_site_btn {
    position: relative;
    width: 100%;
    height: 64px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    text-align: left;
    padding: 0 20px;
    font-weight: 600;
    color: #8F8F8F;
    font-size: 18px;
}

.qa_pop_style .review_score button.family_site_btn:before {
    position: absolute;
    top: 21px;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon/family_arrow.png") no-repeat left top;
    background-size: 100%;
    content: ''; /* -webkit-transform: rotate(-180deg); *//* transform: rotate(-180deg); */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.qa_pop_style .review_score button.family_site_btn.active:before {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/icon/family_arrow.png") no-repeat left top;
    background-size: 100%;
    content: ''; /* -webkit-transform: rotate(0deg); *//* transform: rotate(0deg); */
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.qa_pop_style .review_score ul {
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    display: none;
    background: #FFF;
    z-index: 100;
    border: 1px solid #D6D6D6;
}

.qa_pop_style .review_score ul li {
    display: block;
    padding: 8px 8px;
    font-size: 14px;
    color: #8F8F8F;
    text-align: left;
}

.qa_pop_style .input_wrap {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.qa_pop_style .tit {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #28201D;
}

.qa_pop_style .frm_input {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
}

.qa_pop_style .frm_textarea {
    height: 250px;
    padding: 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
}

.qa_pop_style .pop_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28201D;
}

.qa_pop_style .pop_title span {
    display: block;
}

.qa_pop_style .pop_title .txt {
    font-weight: 700;
    font-size: 24px;
    color: #28201D;
}

.qa_pop_style .pop_title .check_wrap {
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
    vertical-align: middle;
}

.qa_pop_style .pop_title .check_wrap input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.qa_pop_style .pop_btn_cancel {
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    text-align: center;

    font-weight: 700;
    font-size: 16px;
    color: #28201D;
}

.qa_pop_style .pop_btn_ok {
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

/*상품 결제*/
.item_pop_style {
    opacity: 0;
    display: none;
    position: relative;
    width: 500px;
    padding: 0px 0px;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    box-shadow: 0px 10px 20px #00000029;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}

.item_wrap {
    width: 100%;
    position: relative;
    /* padding:40px 0 0px 0; */
    /* background-color:#ccc; */
    border-radius: 10px;
}

.item_wrap .item_close {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: Center;
    left: 0px;
}

.item_wrap .product_wrap {
    width: 100%;
    height: 415px;
    padding: 0px 0;
    padding: 40px 30px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.item_wrap .product_wrap .product_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 135px;
    margin-bottom: 30px;
}

.item_wrap .product_wrap .product_info .product_img {
    width: 135px;
    height: 135px;
}

.item_wrap .product_wrap .product_info .product_txt {
    margin-left: 20px;
}

.item_wrap .product_wrap .product_info .product_txt .product_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #28201D;
}

.item_wrap .product_wrap .product_info .product_txt .product_price1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #8F8F8F;
    margin-top: 15px;
    text-decoration: line-through;
}

.item_wrap .product_wrap .product_info .product_txt .product_price2 {
    font-weight: 700px;
    font-size: 32px;
    line-height: 38px;
    color: #28201D;
}

.item_wrap .product_wrap .product_info .product_txt .product_parcel {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #E54B2A;
    margin-top: 15px;
}

.item_wrap .product_wrap .product_weight {
    height: 40px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_wrap .product_wrap .product_weight .item_weight {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #28201D;
}

.item_wrap .product_wrap .product_weight .item_count {

}

.item_wrap .product_wrap .product_weight .item_count .num_input {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: none;
    text-align: center;
}

.item_wrap .product_wrap .total_amount {
    margin-top: 20px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_wrap .product_wrap .total_amount .tit {
    font-weight: 500;
    font-size: 18px;
    color: #28201D;
}

.item_wrap .product_wrap .total_amount .price_tit {

    font-weight: 500;
    font-size: 18px;
    color: #E54B2A;

}

.item_wrap .product_wrap .total_amount .price {

    font-weight: 700;
    font-size: 24px;
    color: #E54B2A;

}

/*회원탈퇴 2022-10-16*/
/*
.withdraw_pop_style{
	opacity: 0;
	display: none;
	position: relative;
	width: 700px;
	height:500px;
	padding: 0px 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 20px #00000029;
	border-radius: 10px;
}

.withdraw_pop_style .withdraw_wrap{
	width:100%;
	position:relative;
	padding:45px 0;
}

.withdraw_pop_style .withdraw_wrap .content_wrap{
	width:calc(100% - 45px);
	margin:0 auto;
	padding:0px 0;
}

.withdraw_pop_style .withdraw_wrap .content_wrap .pop_title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:35px;
	padding-bottom:10px;
	border-bottom: 1px solid #28201D;
}

.withdraw_pop_style .withdraw_wrap .content_wrap .pop_title span{
	display:block;
}

.withdraw_pop_style .withdraw_wrap .content_wrap .pop_title .txt {
	font-weight:700;
	font-size:24px;
	color: #28201D;
}

.withdraw_pop_style .withdraw_wrap .content_wrap input[type=checkbox] {
    display:none;
}

.withdraw_pop_style .withdraw_wrap .content_wrap input[type=checkbox] + label {
    cursor: pointer;
	display:inline;
	padding-left: 23px;
	font-size:16px;
    background-repeat: no-repeat;
	background-image:url("../images/icon/check_off.png");
	background-repeat:no-repeat;
}
.withdraw_pop_style .withdraw_wrap .content_wrap input[type=checkbox]:checked + label {
    background-image:url("../images/icon/check_on.png");
}

.withdraw_pop_style .withdraw_wrap .content_wrap .withdraw_agree,
.withdraw_pop_style .withdraw_wrap .content_wrap .withdraw_agree1,
.withdraw_pop_style .withdraw_wrap .content_wrap .withdraw_agree2
{
	width:650px;
	margin:10px auto;
	height:70px;
	line-height:68px;
	border: 2px solid #D6D6D6;
	border-radius: 10px;
	font-weight:600;
	font-size:1.143em;
	color:#8F8F8F;
	text-align:left;
}

.withdraw_pop_style .withdraw_wrap button.next_btn{
	width:200px;
	height:50px;
	line-height:50px;
	background: #E54B2A 0% 0% no-repeat padding-box;
	border-radius: 25px;

	margin-top:50px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:1.143em;
}


.withdraw_pop_style .withdraw_wrap .pop_btn_cancel{
	width:200px;
	height:50px;
	line-height:50px;
	border: 1px solid #D6D6D6;
	border-radius: 25px;
	text-align:center;

	font-weight:700;
	font-size:16px;
	color:#28201D;
}
*/

/*개인정보처리방침/이용약관 시작 2022-10-12*/
/* 회원 탈퇴도 공용으로 사용 */
.m99 {
    position: relative;
    max-width: 1240px;
    width: 1240px;
    margin: 20px auto 20px;
    overflow: hidden;
}

.m99 .basic_txt {
    margin-top: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 h4 {
    margin-top: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #0C0C0C;
}

.m99 h4:first-child {
    margin-top: 0px;
}

.m99 p.tit {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 p.tit2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 .section1 {
    margin-top: 25px;
}

.m99 .section1 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 .section1 li span {
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}

.m99 .section2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 .section2 table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

.m99 .section2 table caption {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.m99 .section2 table td {
    line-height: 22px;
}

.m99 .section2 tfoot th, tfoot td {
    border: 1px solid #d6dce7;
    background: #eee;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.m99 .section2 tfoot th {
}

.m99 .section2 .tbl_frm01 th {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f6f6f6;
    padding: 10px;
    width: 200px;
    text-align: left
}

.m99 .section2 .tbl_frm01 td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
}

.m99 .section2 .tbl_frm01 textarea {
    height: 150px
}

.m99 .withdraw_box {
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    padding: 32px 30px 32px;
    min-height: 130px;
}

.m99 .withdraw_box input[type=radio] {
    display: none;
}

.m99 .withdraw_box input[type=radio] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.m99 .withdraw_box input[type=radio]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.m99 .withdraw_box ul {
    width: 1100px;
    line-height: 20px;
    zoom: 1;
    text-align: left;
}

.m99 .withdraw_box li {
    float: left;
    width: 300px;
    height: 25px;
    margin-bottom: 10px;
    color: #666;
}

.m99 .withdraw_box li.last {
    position: relative;
    clear: both !important;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    text-align: left;
}

.m99 .withdraw_box li .frm_input {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    color: #8e8e8e;
    border: 1px solid;
    border-color: #d1d1d1 #e9e9e9 #e9e9e9 #d1d1d1;
}

.m99 .pop_btn_cancel {
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    text-align: center;

    font-weight: 700;
    font-size: 16px;
    color: #28201D;
}

.m99 .pop_btn_ok {
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

/*2022-10-16 css 추가*/

.m99 .section5 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 .section5 .list li {
    padding-bottom: 0px;
}

.m99 .section5 .list li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
    display: block;
}

.m99 .section5 .list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

.m99 .section6 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.17px;
    color: #0C0C0C;
}

/* 회원탈퇴 추가 시작 */
.m99 .withdraw_con {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 16px;
}

.m99 .withdraw_con input[type=checkbox] {
    display: none;
}

.m99 .withdraw_con input[type=checkbox] + label {
    cursor: pointer;
    display: inline;
    padding-left: 23px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/check_off.png");
    background-repeat: no-repeat;
}

.m99 .withdraw_con input[type=checkbox]:checked + label {
    background-image: url("../images/icon/check_on.png");
}

.m99 .withdraw_con .withdraw_agree {
    width: 100%;
    margin: 10px auto;
    height: 70px;
    line-height: 68px;
    border: 2px solid #D6D6D6;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.143em;
    color: #8F8F8F;
    text-align: left;
}

.m99 .withdraw_con .pop_btn_cancel {
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    text-align: center;

    font-weight: 700;
    font-size: 16px;
    color: #28201D;
}

.m99 .withdraw_con .pop_btn_ok {
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

/* 회원탈퇴 추가 끝 */

/*개인정보처리방침/이용약관 끝 2022-10-12*/

/*마이페이지 리뷰 / 답변보기 등에 공통 사용*/
.popup_mypage {
    position: relative;
}

.popup_mypage .mypage_con {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.popup_mypage .mypage_con .pop_title {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28201D;
}

.popup_mypage .mypage_con .pop_title span {
    display: block;
}

.popup_mypage .mypage_con .pop_title .txt {
    font-weight: 700;
    font-size: 24px;
    color: #28201D;
}

.popup_mypage .mypage_con .input_wrap {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

#sit_use_write_star:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sit_use_write_star li {
    float: left;
    width: 33.333%;
    padding: 5px 0;
}

#sit_use_write_star li img {
    width: 100px
}

.popup_mypage .mypage_con .tit {
    display: block;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #28201D;
}

/*추가*/
.popup_mypage .mypage_con .ctit {
    font-weight: 700;
    font-size: 18px;
    color: #28201D;
}

.popup_mypage .mypage_con .frm_input {
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
}

.popup_mypage .mypage_con .pop_btn_cancel {
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    text-align: center;

    font-weight: 700;
    font-size: 16px;
    color: #28201D;
}

.popup_mypage .mypage_con .pop_btn_ok {
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #E54B2A;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

/*장바구니 옵션 2022-10-30 추가*/
.cart_pop_style {
    opacity: 0;
    display: none;
    position: relative;
    width: 500px;
    padding: 0px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000029;
    border-radius: 20px;
}

.cart_option_wrap {
    width: 100%;
    position: relative;
    /* padding:40px 0 0px 0; */
    /* background-color:#ccc; */
}

.cart_option_wrap .cart_close {
    position: absolute;
    top: -26px;
    width: 100%;
    text-align: Center;
}

.cart_option_wrap .product_wrap {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    padding: 55px 30px 50px 30px;
    /* background-color:#fff; */
}

.cart_option_wrap .product_wrap .product_weight {
    height: 80px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_option_wrap .product_wrap .product_weight .item_weight {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #28201D;
}

.cart_option_wrap .product_wrap .product_weight .item_count {

}

.cart_option_wrap .product_wrap .product_weight .item_count .num_input {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: none;
    text-align: center;
}

.cart_option_wrap .product_wrap .total_amount {
    margin-top: 20px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_option_wrap .product_wrap .total_amount .tit {
    font-weight: 500;
    font-size: 18px;
    color: #28201D;
}

.cart_option_wrap .product_wrap .total_amount .price_tit {

    font-weight: 500;
    font-size: 18px;
    color: #E54B2A;

}

.cart_option_wrap .product_wrap .pop_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28201D;
}

.cart_option_wrap .product_wrap .pop_title span {
    display: block;
}

.cart_option_wrap .product_wrap .pop_title .txt {
    font-weight: 700;
    font-size: 24px;
    color: #28201D;
}

/*주문 상세 내역 추가 2022-11-05*/
.orderDetail_wrap {

    width: 1240px;
    margin: 60px auto 60px;
    position: relative;
    background-color: #fff;

}

.orderDetail_wrap .orderDetail_content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.orderDetail_wrap .orderDetail_content .order_form {
    width: 840px;
    position: relative;
}

.orderDetail_wrap .orderDetail_content .order_form .order_board_con_wrap {
    width: 100%;
}

.orderDetail_wrap .orderDetail_content .order_form .order_board_con_wrap .order_title {
    font-weight: bold;
    font-size: 24px;
}

.orderDetail_wrap .orderDetail_content .order_form .order_board_con_wrap .order_title.title_line {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.orderDetail_wrap .orderDetail_content .amount_wrap {
    width: 375px;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info {
    width: 100%;
    padding: 40px 0 20px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 10px;

}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .tit {
    font-weight: 700;
    font-size: 24px;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .amount_price_wrap {
    margin-top: 30px;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .amount_price_wrap li dl {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .amount_price_wrap li dl dt {
    display: table-cell;
    padding: 5px 0 5px 0px;
    width: 80px;
    font-weight: 400;
    font-size: 18px;
    color: #8F8F8F;
    vertical-align: middle;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .amount_price_wrap li dl dd {
    display: table-cell;
    padding: 5px 0 5px 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .hr_line {
    border: 1px solid #D6D6D6;
    margin: 30px 0 30px 0;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .total_price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 40px;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .total_price span.tit {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}

.orderDetail_wrap .orderDetail_content .amount_wrap .amount_info .amount_content_wrap .total_price span.total_amount_price {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #E54B2A;
}

/* 게시판 댓글 */
.comment_wrap {}
.cmt_btn {
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 2px solid #28201D;
    background: #fff;
    font-weight: bold;
    margin: 30px 0 0px;
    padding: 0 0 15px
}

.cmt_btn span.total {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    color: #E54B2A;
}
.cmt_btn span.total b {font-size:1em;margin-right:5px;}
.cmt_btn span.cmt_more {
    float: right;
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(./img/btn_cmt.png) no-repeat right 2px;
    margin-top: 5px
}

.cmt_btn_op span.cmt_more {
    background-position: right -8px
}

.cmt_btn b {
    font-size: 1.2em;
    color: #000
}

/*.cmt_btn span.total:after {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: inline-block;
    background: #3a8afd;
    content: "";
    width: 100%;
    height: 2px
}*/

#bo_vc {
}

#bo_vc h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_vc article {
    margin: 20px 0;
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

#bo_vc article:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc article .profile_img img {
    border-radius: 50%
}

#bo_vc article .pf_img {
    float: left;
    margin-right: 10px
}

#bo_vc article .pf_img img {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

#bo_vc article .cm_wrap {
    float: left;
    max-width: 870px;
    width: 90%;
    font-size:1.275em;
}

#bo_vc header {
    position: relative;
    width: 100%
}

#bo_vc header:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc header .profile_img {
    display: none
}

#bo_vc header .icon_reply {
    position: absolute;
    top: 15px;
    left: -20px
}

#bo_vc .bo_vl_del {position:absolute;top:5px;right:20px;}
#bo_vc .bo_vl_del a {font-size:1.275em;}

#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {
    font-weight: bold
}

.bo_vc_hdinfo {
    color: #777
}

#bo_vc h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_vc .cmt_contents {
    font-size:0.975em;
    line-height: 1.5;
    padding: 10px 0 20px
}

#bo_vc p a {
    text-decoration: underline
}

#bo_vc p a.s_cmt {
    text-decoration: underline;
    color: #ed6479
}

#bo_vc_empty {
    margin: 0;
    padding: 80px 0 !important;
    font-size:17px;
    color: #777;
    text-align: center
}

#bo_vc #bo_vc_winfo {
    float: left
}

#bo_vc .bo_vl_opt {
    position: absolute;
    top: 0;
    right: 0
}

.bo_vc_act {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 58px;
    text-align: right;
    border: 1px solid #b8bfc4;
    margin: 0;
    list-style: none;
    background: #fff;
    zoom: 1;
    z-index: 9999
}

.bo_vc_act:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent
}

.bo_vc_act:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent
}

.bo_vc_act li {
    border-bottom: 1px solid #f0f0f0
}

.bo_vc_act li:last-child {
    border-bottom: 0
}

.bo_vc_act li a {
    display: inline-block;
    padding: 10px 15px
}

.bo_vc_act li a:hover {
    color: #3a8afd
}

.bo_vc_w {
    position: relative;
    margin: 10px 0;
    display: block
}

.bo_vc_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.bo_vc_w #char_cnt {
    display: block;
    margin: 0 0 5px
}

.bo_vc_w textarea {
    border: 1px solid #ccc;
    background: #fff;
    font-size:17px;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    height: 120px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    resize:none;
}

#wr_secret {
}

.bo_vc_w_info {
    margin: 10px 0;
    float: left
}

.bo_vc_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_vc_w_info .frm_input {
    float: left;
    width:200px;
    height:35px;
    font-size:17px;
    padding: 0 5px;
    border:1px solid #d6d6d6;
    margin-bottom: 5px;
    margin-right:5px;
}

.bo_vc_w_info #captcha {
    padding-top: 10px;
    display: block;
    clear: both
}

.bo_vc_w .btn_confirm {
    clear: both;
    margin-top: 10px
}

.bo_vc_w .btn_confirm label {
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 1.5em;
    text-align: center
}

.bo_vc_w .btn_submit {
    height: 45px;
    padding: 0 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 17px;
}

.bo_vc_w .btn_confirm .secret_cm label {
    font-size: 17px !important;
    margin-left:5px;
}

.bo_vc_w .btn_confirm .btn_submit {
    display:inline-flex;align-items:center;justify-content: center;
    float: right;
    height:50px;
    font-size:18px;
    color:#28201D;
    border:1px solid #D6D6D6;
    border-radius:25px;
    margin: 0 0 0 auto;
    cursor:pointer;
}

.bo_vc_w_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.secret_cm {
    display: inline-flex;align-items: center;
    float: left;
}

#bo_vc_send_sns {
    display: inline-block;
    float: left
}

#bo_vc_sns {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1
}

#bo_vc_sns:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_vc_sns li {
    float: left;
    margin: 0 5px 0 0
}

#bo_vc_sns .sns_li_f {
    border-radius: 3px;
    background: #3a589b;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px
}

#bo_vc_sns .sns_li_t {
    border-radius: 3px;
    background: #00aced;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px
}

#bo_vc_sns .sns_li_off {
    background: #bbb
}

#bo_vc_sns a {
    display: inline-block;
    padding: 0 15px 0 5px
}

#bo_vc_sns input {
    margin: 0 5px 0 0
}