@charset "utf-8";
/*title*/
div.title {
	margin-bottom: 1rem;
	padding-left: .5rem;
}
div.title>h1{
	font-size: 1.35rem;
	color: #424242;
}
div.title>h1>span, div.title>span {
	font-size: 1rem;
	font-weight: 400;
	color: #c29866;
	margin-left: .5rem;
}

h2.pTitle {
	font-size: 1.35rem;
	color: #424242;
	text-align: center;
}
h2.pTitle>span {
	font-size: 1.15rem;
	font-weight: 400;
	color: #c29866;
	margin-left: .5rem;
}

/*content title*/
div.title {
    color:#212121;
    text-align:left;
}
div.title>h2>span {
    color: #ff3a1e;
    padding-left: 0.5rem;
    font-size: 1.2rem;
}


/*page*/
a.page-link {
	background-color: #fff;
	border: 1px solid #dee2e6;
	line-height: 1.25;
	margin-left: -1px;
	padding: .5rem .75rem;
	position: relative;
	display: block
}
a.page-link:hover {background: #73a837 !important; color: #fff}
.page-item a.page-link i::before,
.page-item a.page-link i::after {margin: 0 !important}

/*navi*/
dl.navi, dl.navi dd {margin-bottom: 0}
dl.navi dd {font-size: .9rem; display: inline-block}
dl.navi dd::after {content: "/"; margin-right: .25rem}
dl.navi dd:last-of-type::after {content: none}

/*signin*/
div.signin h2, div.signup h2 {
	border-bottom: none;
	text-align: center
}
div.signin {border-right: 1px solid #ccc}
dl.sigin>dd>label[for="code"] {width: 100%}
dl.sigin>dd>input[name="code"] {width: 40%}
dl.sigin>dd>img {width:150px}
dl.sigin>dd>button {
	background: #ff3a1e;
	border-color: #ff3a1e;
	border-radius: .2rem;
	color: #fff;
	padding:.2rem 1.5rem;
}

dl.sigin>dd>button:nth-of-type(2) img {width: 1.75rem}
/*signup*/
div.signup>dl.signup>dd {text-align: center}
div.signup>dl.signup>dd>button {
	background: #ff8727;
	border-color: #ff8727;
	border-radius: .2rem;
	color: #fff;
	padding:.2rem 1.5rem;
}
dd.Code input{width: 50%}
dd.Code img{width:150px}

/*signup*/
dl.signup>dt {font-size: 1.15rem; font-weight: 400}
dl.signup>dt>sup {color: #f00}
dl.signup>dd>select {width: 48.5%}
dl.signup>dd.code input[name="code"] {width: 20%}
dl.signup>dd.code img {width:150px}
dl.signup>dd:last-of-type {text-align: center}
.forgetPW{text-align: right}

/*aside nav*/
nav.sideNav {margin-bottom: 1.5rem;}
nav.sideNav button.navbar-toggler {width:100%; border: 1px solid #ff7224  !important; padding-top: .75rem; padding-bottom: .75rem;}
nav.sideNav button.navbar-toggler:hover {background: none; border-color: #ff7224  !important}
nav.sideNav button.navbar-toggler>i {color: #ff7224 }
nav.sideNav button.navbar-toggler>i::before,
nav.sideNav button.navbar-toggler>i::after {margin: 0}
nav.sideNav button.navbar-toggler:hover>i {color: #ffba97 }
.navbar-light ul.sideNav {
    width: 100%;
    background: #ddd;
    flex-direction: column !important;
}
.navbar-light ul.sideNav .nav-item {
    text-align: left;
    border-bottom: 1px #fff solid;
    padding: 0
}
.navbar-light ul.sideNav .nav-item .nav-link {
    border-bottom: none;
    font-size: 1.15rem;
    color: #221e1f;
    letter-spacing: 0;
    padding: 1rem;
}
.navbar-light ul.sideNav .nav-item .nav-link:hover,
.navbar-light ul.sideNav .nav-item[active] .nav-link {background: #ff7224 !important;
    border-bottom: none;
    color: #fff;
}


/*member*/
.nav-pills {border-bottom: 1px solid #000}
.nav-pills .nav-link {
	background: #ccc;
	border-radius: 0;
	color: #7c7c7c;
	padding: .5rem 1.75rem .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #000;
}


/*memberEdit*/
.Member h2{font-size: 1.2rem;color: #ff7224}


/*order history*/
table.orderHistory {width: 100%}
table.orderHistory tr:first-of-type {border-bottom: 1px solid #969696}
table.orderHistory tr:nth-of-type(odd) {background: #fff}
table.orderHistory tr:nth-of-type(even) {background: #e4e4e4}
table.orderHistory tr th, table.orderHistory tr td {text-align: center; padding: .75rem 0}
table.orderHistory tr th {border-right: 1px solid #fff;background:#ffb74f;}
table.orderHistory tr th:last-of-type {border-right: none}
table.orderHistory tr td:nth-of-type(2) {color: #f00}
table.orderHistory tr td button, table.orderHistory tr td button:hover {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0 !important;
	color: #000;
	padding: .25rem 1rem
}

dl.response>dt {
	font-weight: 400;
	text-align: right
}
dl.response>dd>select {
	width: 25%
}
table.orderHistory tr td , table.List tr td {
	background: #f2f2f2;
    border-bottom:1px solid #ffb74f;
	color: #000;
	padding: 1.5rem 1rem;
    text-align: center;   
}
table.orderHistory a{color:red;}

dl.paymemt>dd>p {margin-bottom: 0;}
table.orderDetail {width: 100%;}
table.orderDetail tr:nth-of-type(1) {background: #ccc}
table.orderDetail tr th, table.orderDetail tr td {
	border: 1px solid #5b5b5b;
	text-align: center;
	padding: .25rem;
}
table.orderDetail tr td>h3 {font-size: 1.15rem;}
table.orderDetail tr td>p {margin-bottom: 0;}

table.orderDetail tr:last-of-type {background: #353535; color: #fff}
table.orderDetail tr:nth-last-of-type(2) td,
table.orderDetail tr:last-of-type td {text-align: right;}
table.orderDetail tr:nth-last-of-type(2) td p span:last-of-type {color: #f00}

.btn-primary {
    color: #fff;
    background-color: #ff3a1e;
    border-color: #ff3a1e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ba1200;
    border-color: #ba1200;
}
primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ba1200;
    border-color:#ba1200;
}

/**/
.orderHeade {background: #fff; border-bottom: 1px solid #eee}
.orderHeade:first-child {border-radius: 0}
.orderHeade>h5>button {
	font-size: 1.15rem;
	color: #f79fc8;
	text-decoration: none !important;
	text-align: left;
}
.orderHeade>h5>button:hover {color: #ff7224}
dl.orderHistory, dl.orderHistory>dd {margin-bottom: 0}
dl.orderHistory>dt {
	background: #ff7224;
	font-weight: 300;
	color: #fff;
	padding: .5rem
}
dl.orderHistory>dd {
	padding: .5rem
}
.orderHeader {background: #fff; border-bottom: 1px solid #ffb74f}
.orderHeader:first-child {border-radius: 0}
.orderHeader>h5>button {
	font-size: 1.1rem;
	color: #ff7224;
	text-decoration: none !important;
}
.orderHeader>h5>button:hover {color: #d34a07}

dl.orderHistory>dd:last-of-type {
	padding: .5rem 0
}
dl.orderHistory>dd>button {
	background: #fff;
	border: 1px solid #ff7224;
	color: #ff7224;
	margin-right: .25rem;
	margin-left: .25rem
}
div.feedback label {margin-bottom: 0; padding: 0}