/****** goods tab ****************************/

button {
	cursor: pointer;
}

.tab-menu {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding: 15px 0;
}

.tab-menu a {
    font-size: 1.2rem;
    margin: 0 15px;
}

.tab-menu-fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.tab-menu .active {
    /*color: #ed1b23;*/
    border-bottom: 1px solid #000;
}

.tab-menu a.special {
	position: relative;
}

.tab-menu a.special:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background-color: #ff3131;
    border-radius: 50%;
}

.tab-divider {
    display: inline-block;
    font-size: 1.3rem;
    color: #bababa;
}

.tab-hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.tab-panel {
  /*padding: 100px 0;*/
  border-bottom: 1px solid #ccc;
  /*border-top: 1px solid #ccc;*/
}

.tab-panel:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.btn_review {
    margin: 0;
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #000;
    border-radius: 0;
}

/****** goods_list ****************************/

.cate-list-item a {
    font-size: 1.2em;
}

.cate-list-item.active a {
    font-size: 1.2em;
    color: #ed1b23;
}

/***** goods_view *****************************/

.goods-view-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
}

.info-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    letter-spacing: 1px;
}

.info-table tr td {
    height: 20px;
}

.info-table tr th {
    text-align:left;
    width: 80px;
}

.info-table tr td:first-child {
    width: 100px;
}

.info-table tr:first-child td {
    border-top: 0;
}

.goods-detail-icon {
    font-size: 2rem;
    margin-right: 4px;
}

.opt_count button {
    height: 25px;
    width: 25px;
    border: 1px solid #cdcdcd;
    background: #e5e5e5;
    vertical-align: middle;
}

.opt_count input {
    width: 60px;
    height: 25px;
    text-align: center;
    border-radius: 0;
    margin: 0 -1px;
    box-shadow: none;
}

.opt_count input:focus {
    border-color: #ccc;
}

.opt_count i {
    margin: 0;
    font-size: .9rem;
}

.option-ul {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 8px 0;
}

.option-li {
    width: 105px;
    height: 26px;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.option-div {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    pointer-events: none;
}

.option-div > input {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: all;
    margin: 0;
}

.option-div > label {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.option-div > input:checked+label, .option-div > input:hover+label {
    outline: 1px solid #191919 !important;
    background-color: #efeeee;
}

.btn-make, .btn-cart {
    color : #000;
    margin : 0;
    border-radius: 0;
    width: 100%;
    height: 44px;
    background-color: #edbdc9;
}

.etc_input {
	width: 50px;
    height: 25px;
    text-align: center;
    font-size: 11px;
    border-radius: 0;
    margin: 0 -1px;
    box-shadow: none;
}

/***** goods_list (액자사이즈) *****************************/
.top-frame-size {
    display: inline-block;
	position: relative;
	cursor: default;
	z-index: 200;
}
.top-frame-size > li {
    display: block;
	float: left;
    *height: 139px;
    *line-height: 139px;
    height: 180px;
	line-height: 180px;
}
.top-frame-size > li > a {
    display: inline-block;
    padding: 0 25px;
}
.top-frame-size li a.frame4x6 {
    width: 35px;
}
.top-frame-size li a.frame5x7 {
    width: 41px;
}
.top-frame-size li a.frame9x9 {
    width: 65px;
}
.top-frame-size li a.frame10x10 {
    width: 65px;
}
.top-frame-size li a.frame9x12 {
    width: 56px;
}
.top-frame-size li a.frame20x9 {
    width: 138px;
}
.top-frame-size li a.frame12x16 {
    width: 83px;
}
.top-frame-size li a.frame16x20 {
    width: 113px;
}
.top-frame-size li a.frame20x20 {
    width: 140px;
}
.top-frame-size li a.frameA1 {
    *width: 113px;
    width: 146px;
}
.top-frame-size li a.frameA2 {
    *width: 83px;
    width: 112px;
}
.top-frame-size li a.boardA1 {
    width: 103px;
}
.top-frame-size li a.boardA2 {
    width: 80px;
}
.top-frame-size li a.boardA3 {
    width: 70px;
}
.top-frame-size li a.boardA4 {
    width: 60px;
}
.top-frame-size li a img {
    vertical-align: bottom;
}


/***** goods_list (스티커사이즈) *****************************/
.top-sticker-size {
    display: inline-block;
	position: relative;
	cursor: default;
	z-index: 200;
}
.top-sticker-size > li {
    display: block;
	float: left;
    *height: 139px;
    *line-height: 139px;
    height: 180px;
	line-height: 180px;
}
.top-sticker-size > li > a {
    display: inline-block;
}
.top-sticker-size li a.circle35x35 {
	width: 80px; 
	height: 80px; 
	line-height: 80px;
    border-radius: 40px;
}
.top-sticker-size li a.circle50x50 {
    width: 100px;
    height: 100px; 
    line-height: 100px;
    border-radius: 50px;
}
.top-sticker-size li a.circle70x30 {
	width: 198px; 
	height: 85px;
    line-height: 85px;
    border-radius: 50px;
}
.top-sticker-size li a.square30x30 {
	width: 80px; 
	height: 80px; 
	line-height: 80px;
    border-radius: 15px;
}
.top-sticker-size li a.square47x47 {
	width: 100px; 
	height: 100px; 
	line-height: 100px;
    border-radius: 15px;
}
.top-sticker-size li a.square75x25 {
	width: 213px; 
	height: 71px; 
	line-height: 71px;
}
.top-sticker-size li a {
    vertical-align: middle;
    margin-right: 30px;
}
.top-sticker-size li a img {
    vertical-align: bottom;
}

/*** 레더커버 내지 디자인 선택 **/

.inner_design_thumb > div {

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.inner_design_btn {
	width: 105px;
	height: 28px;
	line-height: 24px;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
	font-size: 11px;
	margin-top: 10px;
	cursor: pointer;
}

.leather_check {
    border: 3px solid #000;
}
