.modal .modal-dialog {
	width: 845px;
	max-width: 845px;
	margin: 0 auto;
}

.modal .modal-content {
	padding: 20px 45px 40px;
}	

.modal .modal-header {
	height: 40px;
	padding: 0px;
	border-bottom: 2px solid #000;	
}

.modal .modal-title {
	display: block;
	float: left;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 27px;
	color: #292929;
	font-weight: bold;		
}

.modal .modal-title.blind {
	visibility: hidden;
}

.modal .close {
	width: 23px;
	height: 23px;
	margin: 0px;
	background:url(../images/modal_close.png) no-repeat 50% 50%;
}

.modal .modal-body {
	padding: 0px;
}
	
.modal .section-title {
	height: 40px;
	margin-top: 30px;
}

.modal .section-title .title {
	display: inline-block;
	float: left;
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 37px;
	color: #292929;
	font-weight: bold;
}	

/* ÁÖ¹®»ó¼¼ modal */
#history-modal .modal-header {
	border-bottom: none;
}

#history-modal .page-title {
	height: 40px;
	border-bottom: 2px solid #000;
}

#history-modal .page-title .title {
	display: block;
	float: left;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 27px;
	color: #292929;
	font-weight: bold;	
}

#history-modal .page-title .order-info {
	float: right;
	margin-top: 12px;
}

#history-modal .page-title .order-info div {
	float: left;
	font-size: 13px;
	color: #292929;
	font-weight: 300;	
	padding-left: 10px;
}

#history-modal .page-title .order-info div + div:before {
	padding-right: 10px;
  content: '|';
  font-size: 9px;
  vertical-align: text-top;
  color: #9a9a9a;
}
	
#history-modal .page-title .order-info div span {
	color: #636363;;	
	margin-right: 10px;
}	

#history-modal table {
	border-top: 2px solid #a0a0a0;
}

#history-modal .info-table th {
	font-size: 13px;
	color: #636363;
	font-weight: 500;
	padding: 0px 20px;	
}

#history-modal .info-table td {
	color: #222222;
	font-weight: 300;	
	padding: 0px 15px;
}

#history-modal .list-table {
	width: 100%;
	border-collapse: collapse;
}

#history-modal .list-table tr {
	border-bottom: 1px solid #b5b5b5;
}	

#history-modal .list-table th {
	height: 35px;
	font-size: 13px;
	color: #636363;
	font-weight: 500;
	text-align: center;
}

#history-modal .list-table td {
	font-size: 13px;
	color: #000;
	font-weight: 500;
	text-align: center;
	height: 70px;
	padding: 10px;
}

#history-modal .list-table td.tl {
	text-align: left;
}	

#history-modal .list-table td .vat {
	color: #7d7d7d;
}

#history-modal .list-table td .cancel {
	color: #ff0000;
}

#history-modal .list-table td .detail-btn {
	width: 80px;
	height: 30px;
	font-size: 12px;
	color: #212121;
	font-weight: 500;	
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;

}

#history-modal .list-table td .detail-btn > span {
	disply: inline-block;
	padding-left: 25px;
	background:url(../images/icon_delivery.png) no-repeat 5px 50%;	
}

/* °áÀç»ó¼¼ modal */
#apprDetail-modal .modal-header {
	border-bottom: none;
}

#apprDetail-modal .page-title {
	height: 40px;
	border-bottom: 2px solid #000;
}

#apprDetail-modal .page-title .title {
	display: block;
	float: left;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 27px;
	color: #292929;
	font-weight: bold;	
}

#apprDetail-modal .page-title .order-info {
	float: right;
	margin-top: 12px;
}

#apprDetail-modal .page-title .order-info div {
	float: left;
	font-size: 13px;
	color: #292929;
	font-weight: 300;	
	padding-left: 10px;
}

#apprDetail-modal .page-title .order-info div + div:before {
	padding-right: 10px;
  content: '|';
  font-size: 9px;
  vertical-align: text-top;
  color: #9a9a9a;
}
	
#apprDetail-modal .page-title .order-info div span {
	color: #636363;;	
	margin-right: 10px;
}	

#apprDetail-modal table {
	border-top: 2px solid #a0a0a0;
}

#apprDetail-modal .info-table th {
	font-size: 13px;
	color: #636363;
	font-weight: 500;
	padding: 0px 20px;	
}

#apprDetail-modal .info-table td {
	color: #222222;
	font-weight: 300;	
	padding: 0px 15px;
}

#apprDetail-modal .list-table {
	width: 100%;
	border-collapse: collapse;
}

#apprDetail-modal .list-table tr {
	border-bottom: 1px solid #b5b5b5;
}	

#apprDetail-modal .list-table th {
	height: 35px;
	font-size: 13px;
	color: #636363;
	font-weight: 500;
	text-align: center;
}

#apprDetail-modal .list-table td {
	font-size: 13px;
	color: #000;
	font-weight: 500;
	text-align: center;
	height: 70px;
	padding: 10px;
}

#apprDetail-modal .list-table td.tl {
	text-align: left;
}	

#apprDetail-modal .list-table td .vat {
	color: #7d7d7d;
}

#apprDetail-modal .list-table td .cancel {
	color: #ff0000;
}

#apprDetail-modal .list-table td .detail-btn {
	width: 80px;
	height: 30px;
	font-size: 12px;
	color: #212121;
	font-weight: 500;	
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;

}

#apprDetail-modal .list-table td .detail-btn > span {
	disply: inline-block;
	padding-left: 25px;
	background:url(../images/icon_delivery.png) no-repeat 5px 50%;	
}

/* »óÇ°ºñ±³ modal */
#compare-modal table {
	border-top: 2px solid #a0a0a0;
}

#compare-modal .info-table th {
	font-size: 13px;
	color: #191919;
	font-weight: 500;
	padding: 0px 20px;	
}

#compare-modal .info-table td {
	font-size: 13px;
	color: #222222;
	font-weight: 500;	
	padding: 10px 15px;
}

#compare-modal .info-table td .qty .qty-btn {
	float: left;
	display: inline-block;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	border: 1px solid #e7e7e7;
	border-radius: 0px;
}

#compare-modal .info-table td .qty .minus {
	background:url(../images/icon_minus1.png) no-repeat 50% 50%;
	border-right: 1px solid #e7e7e7;
}

#compare-modal .info-table td .qty .plus {
	background:url(../images/icon_plus1.png) no-repeat 50% 50%;
	border-left: 1px solid #e7e7e7;
	margin-right: 15px;
}

#compare-modal .info-table td .qty input {
	float: left;
	width: 30px;
	height: 21px;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	border: none;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#compare-modal .info-table .item-info td {
	line-height: 20px;
	color: #636363;
	font-weight: 300;	
}

#compare-modal .info-table .price td {
	font-size: 19px;
	line-height: 22px;
	color: #222;
	font-weight: bold;
}

#compare-modal .info-table .price td > span {
	display: inline-block;
	width: 55px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;	
	text-align: center;
	margin-left: 5px;
	vertical-align: bottom;
}

#compare-modal .info-table .price td .sale {
	background-color: #2075df;
}

#compare-modal .info-table .price td .sold-out {
	background-color: #ff0000;
}

#compare-modal .btn-area {
	text-align: center;
}

#compare-modal .btn-area button {
	width: 135px;
	height: 35px;
	font-size: 16px;
	color: #000;
	font-weight: 500;	
	background-color: #fff;
	border: 1px solid #7d7d7d;
	margin: 25px 5px 0px;
}

#compare-modal .btn-area .buy-btn {
	color: #fff;
	background-color: #ff0000;
	border: 1px solid #ff0000;	
}

/* ³ªÀÇ ¹è¼ÛÁö °ü¸® modal */
#member-delivery-modal .modal-content {
	padding: 0px;
}	

#member-delivery-modal .modal-header {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #292929;
	font-weight: bold;
	padding: 0px 45px;
	background-color: #eee;	
	border-bottom: none;
}

#member-delivery-modal .modal-title {
	display: block;
	float: left;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 50px;
	color: #292929;
	font-weight: bold;		
}

#member-delivery-modal .close {
	width: 23px;
	height: 23px;
	margin: 13px 0px 0px 0px;
	background:url(../images/modal_close.png) no-repeat 50% 50%;
}

#member-delivery-modal .modal-body {
	padding: 0px 45px 30px;
}

#member-delivery-modal .delivery-list table {
	border-top: 2px solid #000;
}

#member-delivery-modal .delivery-list table tr {
	height: 35px;
	background-color: #fff;
	border-bottom: 1px solid #b5b5b5;	
}

#member-delivery-modal .delivery-list table th {
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

#member-delivery-modal .delivery-list table td {
	text-align: center;
	padding: 17px 10px;
	border-bottom: 1px solid #b5b5b5;
}

#member-delivery-modal .delivery-list table td.tl {
	text-align: left;
}	

#member-delivery-modal .delivery-list .btn-area {
	height: 32px;
	margin: 15px 0px;	
}

#member-delivery-modal .delivery-list .btn-area button {
	float: left;
	font-size: 13px;
	color: #000;
	font-weight: 500;	
	height: 30px;
	padding: 0px 15px !important;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

#member-delivery-modal .delivery-list .btn-area .select-btn {
	float: right;
	color: #fff;
	background-color: #2075df;
	border: 1px solid #2075df;
	margin-right: 0px;	
}

#member-delivery-modal .delivery-modify table th {
	font-size: 13px;
	color: #262626;
	font-weight: 500;		
}

#member-delivery-modal .delivery-modify table td {
	font-size: 13px;
	color: #535353;
	font-weight: 300;
	padding: 10px 15px
}

#member-delivery-modal .delivery-modify table td input[type="text"] {
	width: 210px;
	height: 30px;
	margin: 3px 0px;
}	

#member-delivery-modal .delivery-modify table td .address-btn {
	width: 90px;
	height: 30px;
	font-size: 13px;
	color: #000;
	font-weight: 500;	
	background-color: #fff;
	border: 1px solid #a0a0a0;
	margin: 0px 6px;
}	

#member-delivery-modal .delivery-modify table td .address input[type="text"] {
	width: 470px;
}	

#member-delivery-modal .delivery-modify .btn-area {
	text-align: center;
	height: 32px;
	margin: 25px 0px;	
}

#member-delivery-modal .delivery-modify .btn-area button {
	font-size: 14px;
	color: #000;
	font-weight: 500;	
	width: 95px;
	height: 30px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

#member-delivery-modal .delivery-modify .btn-area .modify-btn {
	color: #fff;
	background-color: #535353;
	border: 1px solid #535353;
}

/* 1:1 ¹®ÀÇ ÁÖ¹®³»¿ª popup */
#board-modal .modal-header {
	border-bottom: none;	
}

#board-modal .list-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #000;	
}

#board-modal .list-table tr {
	height: 30px;
	border-bottom: 1px solid #b5b5b5;
}	

#board-modal .list-table th {
	font-size: 13px;
	letter-spacing: -1px;
	color: #292929;
	font-weight: 500;
	background-color: #eee;
	text-align: center;
}

#board-modal .list-table td {
	font-size: 12px;
	color: #636363;
	font-weight: 300;
	text-align: center;
	padding: 10px;
}

#board-modal .list-table td.tl {
	text-align: left;
}	

#board-modal .btn-area {
	text-align: center;
	margin: 30px 0px 0px;	
}

#board-modal .btn-area button {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	width: 120px;	
	height: 35px;
	margin: 5px;
	background-color: #2075df;
	border: 1px solid #2075df;
}

#board-modal .btn-area .cancel-btn {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

/* Ä«Æ® ¿É¼Ç modal */
#cart-option-modal .modal-content {
	padding: 0px;
}	

#cart-option-modal .modal-header {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #292929;
	font-weight: bold;
	padding: 0px 45px;
	background-color: #eee;	
	border-bottom: none;
}

#cart-option-modal .modal-title {
	display: block;
	float: left;
	font-size: 23px;
	letter-spacing: -1px;
	line-height: 50px;
	color: #292929;
	font-weight: bold;		
}

#cart-option-modal .close {
	width: 23px;
	height: 23px;
	margin: 13px 0px 0px 0px;
	background:url(../images/modal_close.png) no-repeat 50% 50%;
}

#cart-option-modal .modal-body {
	padding: 0px 45px 30px;
}

#cart-option-modal .delivery-list table {
	border-top: 2px solid #000;
}

#cart-option-modal .delivery-list table tr {
	height: 35px;
	background-color: #fff;
	border-bottom: 1px solid #b5b5b5;	
}

#cart-option-modal .delivery-list table th {
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

#cart-option-modal .delivery-list table td {
	text-align: center;
	padding: 17px 10px;
	border-bottom: 1px solid #b5b5b5;
}

#cart-option-modal .delivery-list table td.tl {
	text-align: left;
}	

#cart-option-modal .delivery-list .btn-area {
	height: 32px;
	margin: 15px 0px;	
}

#cart-option-modal .delivery-list .btn-area button {
	float: left;
	font-size: 13px;
	color: #000;
	font-weight: 500;	
	height: 30px;
	padding: 0px 15px !important;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

#cart-option-modal .delivery-list .btn-area .select-btn {
	float: right;
	color: #fff;
	background-color: #2075df;
	border: 1px solid #2075df;
	margin-right: 0px;	
}

#cart-option-modal .delivery-modify table th {
	font-size: 13px;
	color: #262626;
	font-weight: 500;		
}

#cart-option-modal .delivery-modify table td {
	font-size: 13px;
	color: #535353;
	font-weight: 300;
	padding: 10px 15px
}

#cart-option-modal .delivery-modify table td input[type="text"] {
	width: 210px;
	height: 30px;
	margin: 3px 0px;
}	

#cart-option-modal .delivery-modify table td .address-btn {
	width: 90px;
	height: 30px;
	font-size: 13px;
	color: #000;
	font-weight: 500;	
	background-color: #fff;
	border: 1px solid #a0a0a0;
	margin: 0px 6px;
}	

#cart-option-modal .delivery-modify table td .address input[type="text"] {
	width: 470px;
}	

#cart-option-modal .delivery-modify .btn-area {
	text-align: center;
	height: 32px;
	margin: 25px 0px;	
}

#cart-option-modal .delivery-modify .btn-area button {
	font-size: 14px;
	color: #000;
	font-weight: 500;	
	width: 95px;
	height: 30px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
}

#cart-option-modal .delivery-modify .btn-area .modify-btn {
	color: #fff;
	background-color: #535353;
	border: 1px solid #535353;
}