@charset "utf-8";
/* 190528 jaewook - Theme */

.theme-list-header {
	position: relative;
	width: 100%;
	height: 42px;
	background-color: #fff;
	border-bottom: 1px solid #82919b;
}

.theme-list-header .title {
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #82919b;
	padding-left: 50px;
}

.theme-list-header .title span {
	display: inline-block;
	padding: 0 5px;
	font-size: 15px;
	font-weight: normal;
	color: #82919b;
}

.theme-list-header .icon {
	position: absolute;
	top: 8px;
	right: 42px;
}

.theme-list-body {
	width: 100%;
	height: 240px;;
	background-color: #f5f7f8;
	overflow: hidden;
}

.theme-list-body .wrapper {
	padding: 10px 34px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.theme-list-body .theme-list-area,
.theme-list-body .cardbox {
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-list-body .cardbox {
	float: left;
	margin: 0 14px 40px 14px;
	width: 200px;
	height: 220px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	transition: all ease 0.5s;
	cursor: pointer;
	border: 1px solid #d7dcde;
}

.theme-list-body .cardbox:hover {
	transform: scale(1.05);
	border: 1px solid #f05329;
}

.theme-list-body .cardbox .preview {
	position: relative;
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #d7dcde;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	/*background: #f4f4f4 url() center no-repeat;*/
	background-size: cover;
}

.theme-list-body .cardbox .preview .buttonSetMain {
	position: absolute;
	top: 10px;
	left: 10px;
}

.theme-list-body .cardbox .infobar {
	position: relative;
	width: 100%;
	height: 60px;
}

.theme-list-body .cardbox .infobar .title {
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #82919b;
	line-height: 58px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 16px;
}

.theme-list-body .cardbox .infobar .title input {
	width: 155px;
	height: 36px;
	margin-left: -5px;
	padding: 0 10px;
	color: #82919b;
	border: 1px solid #d7dcde;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.theme-list-body .cardbox .infobar .more {
	position: absolute;
	top: 15px;
	right: 1px;
}

.theme-list-body .cardbox.on,
.theme-list-body .cardbox.myon {
	border: 1px solid #f05329;
}

.theme-list-body .cardbox.on .infobar .title {
	font-weight: 500;
	color: #f05329;
}

.theme-list-body .cardbox.myon .infobar .title {
	font-weight: normal;
	color: #fff;
	background-color: #f05329;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 29px;
}

.theme-moremenu {
	position: absolute;
	top: 44px;
	left: -34px;
	padding: 10px 0 8px 0;
	width: 130px; /* 2019-11-08 수정 100px;-> 130px; */
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.16); /*  2019-11-08 수정 0 3px 6px 1px -> 0 0 12px 3px  */
	-moz-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.16);
	z-index: 310;
}

/* 2019-11-08 수정 텍스트에서 border 로 변경
.theme-moremenu .arrow-up {
	position: absolute;
	top: -15px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}
*/
/* 2019-11-08 수정 텍스트에서 border 로 변경 */
.theme-moremenu::before{
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
	height: 0px;
    width: 0px;
    border-top:10px solid none;
    border-bottom:10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid  transparent;
}

.theme-moremenu ul,
.theme-moremenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-moremenu .item {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #82919b;
	cursor: pointer;
}

.theme-moremenu .item:hover {
	font-weight: 500;
	color: #35414c;
}

.dtable {
	display: table;
	width: 100%;
	font-size: 13px;
}

.dtable-r {
	display: table-row;
}

.dtable-c {
	display: table-cell;
}

.theme-style-header {
	position: relative;
	width: 100%;
	height: 31px;
	background-color: #fff;
	border-bottom: 1px solid #82919b;
}

.theme-style-header .dtable-c {
	font-size: 13px;
	font-weight: 500;
	color: #35414c;
	line-height: 31px;
	text-align: center;
	width: 34px;
}

.theme-style-list {
	width: 100%;
	height: 365px;
	overflow: hidden;
}

.theme-style-list .wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.theme-style-list .dtable-c {
	font-size: 13px;
	font-weight: normal;
	color: #82919b;
	line-height: 30px;
	text-align: center;
	width: 34px;
}

.theme-style-header .dtable-c:first-child,
.theme-style-list .dtable .dtable-c:first-child {
	width: auto;
	text-align: left;
	padding-left: 30px;
}

/*.theme-style-header .dtable-c:last-child,*/
/*.theme-style-list .dtable .dtable-c:last-child {*/
	/*width: 64px;*/
	/*padding-right: 30px;*/
/*}*/
.theme-style-header .dtable-c:last-child{
	width: 50px;
	padding-right: 14px;
}

.theme-style-list .depth1 .dtable-c {
	padding-top: 10px;
}

.theme-style-list .depth1 .dtable-c:first-child {
	font-weight: 500;
	color: #f05329;
}

.theme-style-list .depth2 .dtable-c:first-child {
	padding-left: 40px;
	color: #424f5c;
}

.theme-style-list .depth3 .dtable-c {
	line-height: 25px;
}

.theme-style-list .depth3 .dtable-c:first-child {
	padding-left: 40px;
}

.empty-colorbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #d7dcde;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

.clearBoth {
	clear: both;
}

.icon-depth-layer {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: text-bottom;
	background: transparent url(/image/assets/icon_depth_layers-ed287901fe975718129fc87f73395e67.png) center no-repeat;
}

.buttonListDown {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	width: 28px;
	height: 28px;
	background: transparent url(/image/assets/btn_listdown-7157d0660139a38bf2ced08f5c941613.png) center no-repeat;
	cursor: pointer;
}

.buttonListDown.on,
.buttonListDown:hover {
	background-image: url(/image/assets/btn_listdown_hover-e365d24de903d77ff7c22cc0160e9750.png);
}

.buttonSetMain {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	width: 39px;
	height: 42px;
	background: transparent url(/image/assets/icon_main_hover-8e5c2c89d875b3c0214134c5f5491741.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.buttonSetMain.on,
.buttonSetMain:hover {
	display: inline-block;
	background-image: url(/image/assets/icon_main-7161c15f5a44b52aa33351ce2dde1eb0.png);
}

.buttonMore {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	width: 33px;
	height: 30px;
	background: transparent url(/image/assets/icon_List_themes-99c159000ad51c0e5eefade57f52bcff.png) center no-repeat;
	cursor: pointer;
}

.buttonMore.on,
.buttonMore:hover {
	background-image: url(/image/assets/icon_List_themes_hover-f874b7fd642c7007d4d9b5b155f8591a.png);
}
