.page-title {
    margin-bottom: 24px;
}

/* 테이블폼 */

table.order-form {
    border-top: 1px solid #222; 
    width: 100%;
}

table.order-form th {
    height: 45px;
    text-align: center;
    color: #222;
    border-bottom: 1px solid #ededed;
    font-weight: normal;
}

table.order-form th:nth-of-type(2) {
    padding-left: 50px;
}

table.order-form th .check-box p.text {
    position: absolute;
    top: 50%;
    left: 37px;
    color: #222;
    width: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

table.order-form td {
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    text-align: center;
    padding: 19px 0px;
}

table.order-form td:first-child {
    vertical-align: top;   
}

table.order-form td .prd-info {
    text-align: left;
    margin-left: 10px;
}

table.order-form td .prd-info .prd-thumb {
    width: 92px; 
    font-size: 0;
    margin-right: 28px;
}

table.order-form td .prd-info .prd-thumb img {
    width: 100%;
    height: auto;
}

table.order-form td .prd-info .des {
    width: 386px;
}

table.order-form td .prd-info p.prd-brand {
    color: #222;
    font-weight: bold;
    line-height: 1.4;
}

table.order-form td .prd-info p.prd-name {
    color: #222;
    line-height: 1.4em;
    margin-bottom: 7px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 2.8em;
	height:auto;
    word-break: break-all;          
}

table.order-form td .prd-info .option span {
    color: #979797;
    font-size: 12px;
}

table.order-form td .prd-info .option a.popup-btn {
    font-size: 12px;
    color: #ee3124;
    border-bottom: 1px solid #ee3124;
    margin-left: 6px;
}

table.order-form td .prd-info .qty-btn {
    margin-top: 7px;
}

table.order-form td .prd-info .qty-btn a {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    border: 1px solid #eaeaea;
}

table.order-form td .prd-info .qty-btn a.btn-del {
    margin-left: 5px;
}

table.order-form td .prd-info .qty-btn input.qty-input {
    width: 31px;
    height: 27px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

table.order-form td p.price {
    font-weight: bold;
    color: #222;
}

table.order-form td p.price strong {
    font-size: 20px;
    color: #222;
}

table.order-form td p.shipping {
    color: #383838;
}

table.order-form td a.btn-s {
    width: 85px;
    height: 30px;
    line-height: 28px;
    color: #222;
    font-size: 13px;
    border-color: #979797;
}

/* 버튼 */

.btn-area {
    margin: 19px 0px;
}

.btn-area a {
    padding: 0px 17px;
    height: 35px;
    line-height: 33px;
    color: #222;
    font-size: 13px;
    margin-right: 9px;
    border-color: #979797;
}

/* 총 상품금액 */

.total-result {
    border: 1px solid #eee;
}

.total-result .total-price {
    width: 820px;
}

.total-result .total-price .price-box {
    margin-top: 27px;
}

.total-result .total-price .price-box p.name {
    font-size: 14px;
    color: #222;
    margin-bottom: 6px;
}

.total-result .total-price .price-box p.price {
    font-size: 14px;
    color: #222;
}

.total-result .total-price .price-box p.price strong {
    font-size: 20px;
    position: relative;
    bottom: -1px;
}

.total-result .total-price .between {
    margin: 0px 60px;
    line-height: 100px;
    font-size: 0;
}

.total-result .total-price .between img {
    vertical-align: middle;
}

.total-result a.order-btn {
    display: block;
    width: 194px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    background: #313131;
    text-align: center;
    margin: 24px 29px 24px 0px;
}

p.notice {
    margin-top: 30px;
    color: #979797;
}

/* 옵션변경 팝업 */

.popup.basic.small.option {
    width: 475px;
    height: auto;
}

.popup.basic.small.option .inner {
    padding: 0px 30px;
}

.popup.basic.small.option .option-prd {
    
}

.popup.basic.small.option .option-prd .prd-thumb {
    font-size: 0;
    margin-right: 8px;
}

.popup.basic.small.option .option-prd .prd-thumb img {
    width: 82px;
    height: 82px;
}

.popup.basic.small.option .option-prd p.prd-brand {
    font-size: 13px;
    color: #222;
    font-weight: bold;
    margin: 6px 0px 4px;
}

.popup.basic.small.option .option-prd p.prd-name {
    font-size: 13px;
    color: #222;
    line-height: 1.4;
    width: 230px;
}

.popup.basic.small.option .option-select {
    margin: 15px 0px 0px;
}

.popup.basic.small.option .option-select ul.basic-select {
    width: 100%;
    border-color: #979797;
    margin-bottom: 10px;
}

.popup.basic.small.option .option-select ul.basic-select:last-child {
    margin-bottom: 0;
}

.popup.basic.small.option .option-select ul.basic-select ul.option {
    border-color: #979797;
}

.popup.basic.small.option .option-select ul.basic-select ul.option li:hover {
    background: #f9f9f9;
}

.popup.basic.small.option .option-select ul.basic-select ul.option li a {
    line-height: 37px;
}

.popup.basic.small.option .option-select ul.basic-select ul.option li.soldout a {
    color: #979797;
}

.popup.basic.small.option .selected-option {
    margin-top: 20px;
}

.popup.basic.small.option .selected-option .selected-box {
    background: #f9f9f9;
    padding: 12px 20px;
    margin-bottom: 1px;
}

.popup.basic.small.option .selected-option p.option-name {
    width: 183px;
    line-height: 29px;
    font-size: 13px;
    color: #383838;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.popup.basic.small.option .selected-option .qty-btn {
    width: 89px;
}

.popup.basic.small.option .selected-option .qty-btn a {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    border: 1px solid #eaeaea;
}

.popup.basic.small.option .selected-option .qty-btn input.qty-input {
    width: 31px;
    height: 27px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.popup.basic.small.option .selected-option .option-price {
    
}

.popup.basic.small.option .selected-option .option-price p {
    color: #222;
    padding-right: 21px;
    line-height: 29px;
    width: 80px;
    text-align: right;
    font-size: 12px;
}

.popup.basic.small.option .selected-option .option-price p strong {
    font-family: 'NanumBarunGothic', Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.popup.basic.small.option .selected-option .option-price a.btn-del {
    position: absolute;
    top: 50%;
    font-size: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup.basic.small.option .total-result {
    margin-top: 15px;
    border: none;
}

.popup.basic.small.option .total-result span.total-name {
    color: #393939;
    margin-right: 18px;
}

.popup.basic.small.option .total-result span.total-price {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    width: auto;
}

.popup.basic.small.option .btn-area.inline a.submit {
    margin-left: 4.5px !important;
    margin-right: 4.5px !important;
}

.check-box.small span {
    width: 13px;
    height: 14px;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/btn/btn-check-off.jpg) no-repeat;    
}

.check-box.small label input[type="checkbox"]:checked + span {
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/btn/btn-check-on.jpg) no-repeat;    
}

.popup.option select {
	border: 1px solid #dadada;
    height: 36px;
    box-sizing: border-box;
    background: url(//cdn-square.bizhost.kr/lfweb20180702/img/icon/icon-select-down.jpg) no-repeat right center;
    display: inline-block;
	
    border-color: #979797;
    margin-bottom: 10px;
	width:100%;
	padding:0 0 0 10px;
	-ms-appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;  
	
}
.popup.option select::-ms-expand {
  display: none;
}
.popup.option select option { 
	display: block; 
    border-color: #979797;
	height:37px;
	line-height: 37px; 
	font-size: 13px; 
	color: #222; 
	text-indent: 10px; 
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
}