.left-menu-bar, .lnb{display: none;}
.cart-fixed-contaner{display: none;}

/* 마이페이지 메뉴 */

.myp-menu-contaner{
	display: inline-block;
}

.myp-menu-wrap{
    width: 220px;
	float: left;
}

.myp-menu-header{
    width: 100%;
    background: #E51837;
    color: #fff;
    padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.myp-name{
	font-weight: 600;
}

.menu_1dept {
	padding: 15px;
	border-bottom: 1px solid #a9a9a9;
	font-weight: 600;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_1dept i {
    color: #000;
    float: right;
    margin-right: 5%;
    line-height: inherit;
    transform: rotate(0);
}

.menu_1dept i.rotation {
    transform: rotate(180deg);
}

.menu_2dept p {
    padding: 10px 20px;
    background: #eee;
    border-bottom: 1px solid #fff;
}

.menu_2dept a{
	display: block;
}

/* 주문배송조회 */
.myp-wrap {
    margin: 0 auto;
    position: relative;
}

.myp-title{
    font-size: 1.5rem;
    font-weight: 600;
	border-bottom: 2px solid #bbb;
    padding-bottom: 20px;
}

.myp-sbtitle{
    color: #999;
    font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}

.myp-period-box{
	width: 50%;
	display: flex;
	justify-content: space-between;
}

.myp-period-box li{
	padding: 10px 26px;
	border: 1px solid #dfdfdf;
}

.myp-period{
	margin-top: 50px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.deadline-box input{padding: 8px;}
.deadline-btn{background: #404040; color: #fff; padding: 10px 30px;}
.order-history{margin-top: 20px;}

.listTable caption {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    display: none;
}

.list_table {
    border-collapse: collapse;
    width: 100%;
}

.listTable th {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #bbb;
}

.listTable th {
    background: #f7f7f7;
}

.myp-list{
    border-bottom: 1px solid #dfdfdf;
}

td.product_name {
    text-align: left;
}

.number-order{
    display: inline-block;
}

div.product_name > p.pr_tit {
	width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.product_name > p.pr_pr {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: normal;
}

.pro_cnt {
    width: 17%;
    vertical-align: middle;
    display: inline-block;
}

.tb-center {
    text-align: center;
    padding: 10px;
    position: relative;
}

td.product_name a {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
}

/* 주문일자 */
.order-time-text{
	margin-bottom: 10px;
}

.order-data-btn{
	display: block;
    border: 1px solid;
    width: 48%;
    padding: 5px 14px;
	margin: 0 auto;
	font-size: 0.8rem;
}

/* 상품정보 */
.pro_img {
    width: 23%;
    display: inline-block;
	margin-left: 0;
}

.pro_img img {
    width: 100%;
}

div.product_name {
    margin-left: 5%;
    width: 70%;
    display: inline-block;
    position: relative;
}

.product_name{
    text-align: left;
}
.product-description{
    font-size: 0.9rem;
    text-align: left;
	color: #8E8E8E;
}

/* 상품 금액 */
.order-history td{
    text-align: center;
    padding: 20px 0;
}

.order-date-text, .order-time-text{
	font-size: 0.9rem;
	color: #8E8E8E;
}

.pr_pr{}

.amount-text{
    color: #999;
    margin: 0;
}

/* 배송비 */
.fee-text{
    color: #999;
    margin: 0;
    font-size: 14px;
}

/* 상태 */
.Status-cancel{
    width: 48%;
    font-size: 14px;
    padding: 5px 14px;
    display: inline-block;
    margin: 0;
}

.Status-cancel a{
	color: #F81414;
}

.Status-complete{
    width: 59%;
    background: #514DB5;
    color: #f7f7f7;
    font-size: 14px;
    padding: 5px 8px;
    display: inline-block;
    margin: 0;
}

.Status-ask{
    width: 48%;
    background: #535353;
    color: #f7f7f7;
    font-size: 14px;
    padding: 5px 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.Status-return{
    width: 48%;
    background: #26AED9;
    color: #f7f7f7;
    font-size: 14px;
    padding: 5px 14px;
    display: inline-block;
    margin: 0;
}

.Status-ongoing{
	width: 48%;
	background: #dfdfdf;
	font-size: 14px;
	padding: 5px 14px;
	display: inline-block;
	margin: 0;
}

/* 문의 게시판 */
.myp-wrap-2{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 100px auto 50px auto;
}

.myp-inquire-tit{
    padding-bottom: 10px;
}

.myp-inquire{
    width: 45%;
}

.myp-inquire h3{
    margin: 0;
    display: inline-block;
    font-weight: bold;
}

.myp-inquire-tit span{
    float: right;
    font-weight: bold;
    font-size: 1rem;
}

.myp-inquire-body{
    border-bottom: 1px solid #999;
    border-top: 1px solid;
}

.myp-inquire-body p {
    text-align: center;
	margin: 10px 0;
}

/* 주문 취소 */
.cancel-order-contaner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 50;
}

.cancel-order-modal{
	background-color: #fff;
    position: relative;
    width: 500px;
	left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
	padding: 50px;
}

.cancel-modal-title{
	font-weight: 600;
	font-size: 1.2rem;
	margin: 0 auto 10px auto;
    width: 500px;
}

.cancel-modal-Table{
	width: 500px;
	margin: 0 auto;
	text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.cancel-modal-tr{
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 20px;
}

.cancel-modal-tr td{
	padding: 10px 20px;
}

.cancel-modal-th{
	background: #efefef;
}

.cancel-modal-content{
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.modal-btn{
	width: 190px;
	margin: 50px auto 0 auto;
	display: flex;
    justify-content: space-between;
}

.modal-btn-text{
	padding: 5px 30px;
	border: 1px solid #404040;
	font-weight: 600;
}

.modal-btn-text:first-child{
	background: #404040;
	color: #fff;
	border: 0;
	font-weight: 400;
}