/**
* A-Marketing Cascading Style Sheets
* File Name : basic.css
* Description : basic 반응형 스타일시트
* Author : Web business Team / White
* Email : yan@amarketing.co.kr
* Date : 2019.03.29
* Update : 2019.03.29
* Copyright(c) A-Marketing. All Rights Reserved.
*/

/* 스킨리스트-검색 */
.board-search-box { margin-bottom: 80px; padding: 40px 0; background: #f2f2f2;}
.board-search-box .search-info { display: table; margin: 0 auto;}
.board-search-box .search-info .input-select { width: 120px; height: 46px; line-height: 46px; padding: 0 15px; border: solid 1px #ddd; border-radius: 3px; box-sizing: border-box; font-size: 15px; background: #fff url('image/bg-arr-select-black.png') no-repeat right center; color: #333;}
.board-search-box .search-info .input-text { width: 250px; height: 46px; line-height: 46px; padding: 0 15px; border: solid 1px #ddd; border-radius: 3px; box-sizing: border-box; font-size: 15px; background: #fff; color: #333;}
.board-search-box .search-info .input-text::placeholder { color: #aaa;}
/* 상단카테고리탭 */
.board-category-tab ul { display: table; margin: 0 auto 40px;}
.board-category-tab li { float: left; padding: 0 30px; background: url('image/bg-category-line.gif') no-repeat left 8px;}
.board-category-tab li:first-child { background: none;}
.board-category-tab li a { display: block; padding-bottom: 5px; font-size: 17px; color: #999;}
.board-category-tab li a:hover { color: #000;}
.board-category-tab li.on a { color: #000; border-bottom: solid 3px #333;}
/* 베이직스킨-박스형
.no-list { padding: 30px 0; font-size: 15px; color: #444; text-align: center; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.basic-box-skin li { float: left; width: 23%; margin: 1%; border: solid 1px #dbdbdb; box-sizing: border-box;}
.basic-box-skin li a { display: block;}
.basic-box-skin li a:hover { background: #fafafa;}
.list-cell { padding: 40px;}
.list-cell .colum-category { display: inline-block; padding-bottom: 5px; height: 21px; font-size: 15px; padding-right: 5px;}
.list-cell .colum-subject { overflow: hidden; margin-top: 10px; height:58px; font-size: 19px; color: #222; word-break: break-all; text-align: left; line-height: 1.5em;}
.list-cell .colum-con { overflow: hidden; margin-top: 10px; height: 63px; max-height: 63px; font-size: 14px; color: #444; word-break: break-all; text-align: left; line-height: 1.5em;}
.list-cell .colum-date { margin-top: 20px; font-size: 14px; color: #444; letter-spacing: 0; font-family: 'Montserrat', sans-serif !important; font-weight: 500;}
.list-cell .colum-date span { padding: 0 10px;}
.list-cell .colum-lawyer { margin-top: 10px; font-size: 14px; color: #444;}*/
/* 공통스킨-뷰 */
.board-view-skin { border: solid 1px #dbdbdb;}
.board-view-skin .view-top { background: #f8f8f8;}
.board-view-skin .view-top > div { padding: 40px 60px; font-size: 15px; color: #111;}
.board-view-skin .view-top .p_tit { padding-bottom: 7px; font-size: 20px; word-break: break-all; line-height: 1.4em;}
.board-view-skin .view-con { overflow: hidden; width: 100%;}
.board-view-skin .view-con > div { padding: 60px; word-break: break-all; font-size: 16px; line-height: 1.6em;}
.board-view-skin .view-con > div img { max-width: 100%; height: auto;}
/* 첨부파일 */
.board-addflie-box { margin-top: 60px;}
.board-addflie-box a { display: inline-block; padding: 5px 10px; margin: 3px; border: solid 1px #dbdbdb; background: #f9f9f9; font-size: 13px; color: #222;}
.board-addflie-box a:hover { border: solid 1px #444;}
/* 이전다음글 */
.board-view-bot { margin-top: 30px;}
.board-view-bot .btn-board-prev { display: inline-block; border: solid 1px #bbb; border-radius: 3px; padding: 8px 20px 8px 70px; float: left; background: #f9f9f9 url('image/bg-arr-board-prev.png') no-repeat; background-position: left 20px top 15px; background-size: 40px; font-size: 15px; color: #111;}
.board-view-bot .btn-board-next { display: inline-block; border: solid 1px #bbb; border-radius: 3px; padding: 8px 70px 8px 20px; float: right; background: #f9f9f9 url('image/bg-arr-board-next.png') no-repeat; background-position: right 20px top 15px; background-size: 40px; font-size: 15px; color: #111;}
/* 공통스킨-글쓰기 */
.required-mark { color: #d71617; font-size: 12px;}
.basic-write-skin .p-required { padding-bottom: 10px; font-size: 15px; color: #444; text-align: right;}
.basic-write-skin .p-summury { padding-top: 5px; font-size: 13px; color: #797979; line-height: 1.4em;}
.basic-write-skin dl { overflow: hidden; width: 100%; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.basic-write-skin dt { float: left; width: 20%; border-top: solid 1px #dbdbdb; padding: 20px 0; font-weight: 700; font-size: 15px; color: #444; text-align: center; line-height: 46px;}
.basic-write-skin dd { float: left; width: 80%; border-top: solid 1px #dbdbdb; padding: 20px 0; font-size: 15px; color: #444; line-height: 46px;}
.basic-write-skin dd a { color: #444;}
.basic-write-skin .input-select { width: 200px; height: 46px; line-height: 46px; padding: 0 20px; border: solid 1px #ddd; box-sizing: border-box; border-radius: 3px; font-size: 15px; background: #f2f2f2 url('image/bg-arr-select-black.png') no-repeat 97% center; color: #444;}
.basic-write-skin .input-text { width: 96%; height: 46px; line-height: 46px; padding: 0 2%; border: solid 1px #ddd; box-sizing: border-box; border-radius: 3px; font-size: 15px; background: #f2f2f2; color: #444;}
.basic-write-skin .input-textarea { width: 96%; min-width: 96%; max-width: 96%; height: 200px; max-height: 200px; min-height: 200px; line-height: 46px; padding: 0 2%; border: solid 1px #ddd; box-sizing: border-box; border-radius: 3px; font-size: 15px; background: #f2f2f2; color: #444;}
.basic-write-skin .wd-small,
.basic-write-skin .wd-call,
.basic-write-skin .wd-kca { width: 20% !important;}
.basic-write-skin .wd-mail { width: 30% !important;}
.basic-write-skin .wd-medium { width:50% !important;}
.basic-write-skin .wd-large { width:70% !important;}
.basic-write-skin .wd-grand { width:90% !important;}
.basic-write-skin .img-kca { float: left; cursor: pointer; height: 46px;}
/* 멤버십상단 */
.tit-member { padding-bottom: 30px; text-align: center;}
.tit-member h3 { font-size: 40px; font-weight: 200; color: #111; text-transform: uppercase;}
.tit-member p { padding: 10px 0; font-size: 16px; color: #111;}
/* 멤버십 */
.member-form { overflow: hidden; width: 400px; padding: 80px; margin: 0 auto; border-top: solid 1px #333; border-bottom: solid 1px #dbdbdb;}
.member-form .input-text { width: 100%; height:60px; line-height:60px; padding: 0 5%; border: solid 1px #ddd; box-sizing: border-box; border-radius: 30px; font-size: 15px; background: #f2f2f2; color: #444;}
/* 스킨하단-중간버튼 */
.board-btn-center { margin-top: 50px; text-align: center;}
/* 스킨하단-우측버튼 */
.board-btn-right { margin-top: 30px; text-align: right;}


#board_page_bottom { margin-top:40px; text-align:center;}
#board_page_bottom ul { display:inline-block;}
#board_page_bottom li { float:left;}
#board_page_bottom a { display:inline-block; padding:14px; border:solid 1px #ddd; font-size:14px; color:#797979; line-height:10px;}
#board_page_bottom .on a { font-weight:bold; color:#4486e3;}
#board_page_bottom .btn_arr { background:#fbfbfb;}


/* ////////////////////////////////////////////////// tablet & mobile */
@media all and (max-width:990px) {
	/* 공통스킨-글쓰기 */
	.basic-write-skin dt { float: none; width: 90%; padding: 10px 5% 0; text-align: left;}
	.basic-write-skin dd { float: none; width: 90%; padding: 0 5% 25px; border-top: 0;}
	.basic-write-skin .input-text { width: 100%;}
	.basic-write-skin .input-select { width: 30%;}
	.basic-write-skin .input-textarea { width: 100%; min-width: 100%; max-width: 100%;}
	.basic-write-skin .wd-small { width:50% !important;}
	.basic-write-skin .wd-call { width:30% !important;}
	.basic-write-skin .wd-medium { width:100% !important;}
	/* 스킨하단-중간버튼 */
	.board-btn-center.mt0 { margin-top: 30px !important;}

}
/* ////////////////////////////////////////////////// tablet */
@media all and (min-width:641px) and (max-width:990px) {
	/* 베이직스킨-박스형
	.basic-box-skin li { width: 47%; margin: 1.5%;} */
	/* 멤버십 */
	.member-form { width: 70%; padding: 60px 15%;}

}
/* ////////////////////////////////////////////////// mobile */
@media all and (max-width:640px) {
	/* 스킨리스트-검색 */
	.board-search-box { margin-bottom: 50px; padding: 18px 0;}
	.board-search-box .search-info .input-select { width: 70px; height: 38px; line-height: 38px; padding: 0 10px; font-size: 13px;}
	.board-search-box .search-info .input-text { width: 130px; height: 38px; line-height: 38px; padding: 0 10px; font-size: 13px;}
	/* 상단카테고리탭 */
	.board-category-tab li { padding: 0 12px; background-position: left 5px;}
	.board-category-tab li a { font-size: 13px;}
	/* 베이직스킨-박스형
	.basic-box-skin li { width: 100%; margin: 7px 0;}
	.list-cell { padding: 30px;}
	.list-cell .colum-category { font-size: 13px;}
	.list-cell .colum-subject { font-size: 16px; height: auto; max-height: auto;}
	.list-cell .colum-date,
	.list-cell .colum-lawyer { font-size: 13px;} */
	/* 공통스킨-뷰 */
	.board-view-skin .view-top > div { padding: 30px; font-size: 13px;}
	.board-view-skin .view-top .p_tit { font-size: 16px;}
	.board-view-skin .view-con > div { padding: 30px;}
	/* 첨부파일 */
    .board-addflie-box { margin-top: 40px;}
    /* 이전다음글 */
	.board-view-bot .btn-board-prev { padding: 5px 15px 5px 50px; background-position: left 15px top 12px; background-size: 27px; font-size: 13px;}
	.board-view-bot .btn-board-next { padding: 5px 50px 5px 15px; background-position: right 15px top 12px; background-size: 27px; font-size: 13px;}
	/* 공통스킨-글쓰기 */
	.basic-write-skin .p-required { font-size: 13px;}
	.basic-write-skin dt { font-size: 13px; line-height: 38px;}
	.basic-write-skin dd { font-size: 13px; line-height: 38px;}
	.basic-write-skin .input-select { height: 38px; line-height: 38px; padding: 0 20px; font-size: 13px;}
	.basic-write-skin .input-text { height: 38px; line-height: 38px; font-size: 13px;}
	.basic-write-skin .input-textarea { height: 70px; max-height: 70px; min-height: 70px; font-size: 13px;}
	.basic-write-skin .wd-kca { width: 50% !important;}
	.basic-write-skin .img-kca { height: 38px;}
	/* 멤버십상단 */
	.tit-member h3 { font-size: 30px;}
	.tit-member p { padding: 7px 0; font-size: 13px;}
	/* 멤버십 */
	.member-form { width: 80%; padding: 40px 10%;}
	.member-form .input-text { height:50px; line-height:50px; font-size: 13px;}
	/* 스킨하단-중간버튼 */
	.board-btn-center { margin-top: 35px;}

}



.basic-box-skin > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.basic-box-skin > ul > li {
	position: relative;
	width: calc(25% - 15px);
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    overflow: hidden;
	box-sizing: border-box;
}

.list-cell .colum-category {
	position: absolute;
	top: 12px;
	left: 12px;
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    padding: 0 10px;
	border-radius: 30px;

}
.txt-cate01 { /* 개시결정 */
	background-color: #00b0a8;
	color: #fff !important;
	border-bottom: 0 !important;
}
.txt-cate02 { /* 면책결정 */
	background-color: #b4873a;
	color: #fff !important;
	border-bottom: 0 !important;
}
.txt-cate03 { /* 금지명령 */
	background-color: #3586e1;
	color: #fff !important;
	border-bottom: 0 !important;
}


/* .list-cell .data-graph {
	width: 180px;
	height: 85px;
	position: relative;
	overflow: hidden !important;
	margin: 10px auto 20px;
}
.list-cell .data-graph .graph-wrap {
	width: 100%;
	height: 100%;
}
.list-cell .data-graph .half-graph {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.list-cell .data-graph .half-graph .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 15px solid #f1f1f1;
	border-bottom-color: #00b0a8;
	border-right-color: #00b0a8;
}
.list-cell .data-graph .half-graph .bar.bar-cate01 {
	border-bottom-color: #00b0a8 !important;
	border-right-color: #00b0a8 !important;
}
.list-cell .data-graph .half-graph .bar.bar-cate02 {
	border-bottom-color: #b4873a !important;
	border-right-color: #b4873a !important;
}
.list-cell .data-graph .half-graph .bar.bar-cate03 {
	border-bottom-color: #3586e1 !important;
	border-right-color: #3586e1 !important;
}
.list-cell .data-graph .graph-percent {
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 14px;
	color: #222;
	text-align: center;
	transform: translateX(-50%);
}
.list-cell .data-graph .graph-percent p {
	font-weight: 700;
	font-size: 27px;
	color: #00b0a8;
}
.list-cell .data-graph .graph-percent p.per-cate01 {
	color: #00b0a8 !important;
}
.list-cell .data-graph .graph-percent p.per-cate02 {
	color: #b4873a !important;
}
.list-cell .data-graph .graph-percent p.per-cate03 {
	color: #3586e1 !important;
} */

.list-cell .data-price {
	font-size: 16px;
	color: #555;
	font-weight: 400;
}
.list-cell .data-price li {
	margin-top: 5px;
}
.list-cell .data-price strong {
	font-size: 16px;
	color: #111;
	font-weight: 700;
}
.list-cell .data-price span {
	position: relative;
	padding-left: 10px;
	margin-left: 9px;
}
.list-cell .data-price span::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #aaa;
}

.list-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    opacity: 0;
    transition: 0.2s;
}
.basic-box-skin ul li:hover .list-cover {
	opacity: 1;
}
.list-cover .data-result {
	font-weight: 400;
	font-size: 16px;
	color: #222;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: white;
	border-radius: 8px;
	box-shadow: 0 0 10px #d4d4d8;
	padding: 20px;
	text-align: center;
	line-height: 1.4;
	min-width: 80%;
}
.list-cover .data-result strong {
	font-weight: 700;
}
.list-cover .data-result span {
	font-weight: 700;
	color: #00b0a8;
	text-decoration: underline;
}

/* ////////////////////////////////////////////////// 반응형 */
@media all and (max-width:1280px) {
	.basic-box-skin > ul > li {
		width: calc(33.33% - 15px);
	}
}
@media all and (max-width:990px) {
	.basic-box-skin > ul > li {
		width: calc(50% - 10px);
	}
}
@media all and (max-width:640px) {
	.basic-box-skin > ul > li {
		width: 100%;
	}
}




.list-cell .data-graph {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 20px auto;
}
.list-cell .data-graph svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}
.list-cell .data-graph circle {
	fill: none;
	stroke-width: 10;
}
.list-cell .data-graph .bg {
	stroke: #f1f1f1;
}
.list-cell .data-graph .bar {
	stroke: #00b0a8;
	stroke-linecap: round;
	stroke-dasharray: 283;
	stroke-dashoffset: 283;
	transition: stroke-dashoffset 1s ease;
}
.list-cell .data-graph .bar.bar-cate01 {
	stroke: #00b0a8 !important;
}
.list-cell .data-graph .bar.bar-cate02 {
	stroke: #b4873a !important;
}
.list-cell .data-graph .bar.bar-cate03 {
	stroke: #3586e1 !important;
}
.list-cell .data-graph .graph-percent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14px;
	color: #222;
}
.list-cell .data-graph .graph-percent p {
	font-weight: 700;
	font-size: 27px;
	color: #00b0a8;
	margin: 0;
}
.list-cell .data-graph .graph-percent p.per-cate01 {
	color: #00b0a8 !important;
}
.list-cell .data-graph .graph-percent p.per-cate02 {
	color: #b4873a !important;
}
.list-cell .data-graph .graph-percent p.per-cate03 {
	color: #3586e1 !important;
}
