@charset "utf-8";

:root {
	--con-tit: url('../img/sub/con-tit.svg') no-repeat;
	--margenta-with: #F0F4FF;
}

input {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

.search {
	margin: 0 0 45px 0;
	padding: 0;
	background: none;
	border: none;
}

.search fieldset {
	display: flex;
	justify-content: space-between;
}

.search div {
	margin: 0;
}

.search select {
	flex: 0 0 auto;
	min-width: 80px;
	height: 48px;
	padding: 0px 32px 0 16px;
	border: none;
	border-radius: 4px;
	border: 1px solid #EEE;
	background: #F5F5F5 url(../img/sub/search-arr.svg) no-repeat right 16px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}

.search input[type=text] {
	width: 240px;
	height: 48px;
	padding: 0px 16px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 4px;
	border: 1px solid #EEE;
	background: #FFF;
}

.search input::placeholder {
	color: #999;
}

.search .num {
	display: flex;
	align-items: center;
	gap: 10px;
}

.search .num p {
	color: #222;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.68px;
}

.search .num p span {
	color: #E15F53;
	font-weight: 600;
}

.search .word {
	display: flex;
	gap: 8px;
}

.search div.word input[type=submit] {
	height: 48px;
	padding: 0px 20px;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	background: #666;
}
	
.notice .search .num select {
	width: 101px;
	margin-right: 6px;
}

.notice .search p {
	margin-top: 12px;
	color: #666;
	font-size: 14px;
	font-weight: 300;
}

.nodata {
	justify-content: center;
	text-align: center;
	padding: 34px;
	color: #999;
	font-weight: 500;
	border-radius: 7px;
	background: #F5F5F5;
}

.nodata span {
	display: block;
	color: rgba(0, 0, 0, 0.80);
	font-size: 19px;
	line-height: 160%;
	letter-spacing: -0.76px;
}

.survey-list {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.survey-list.survey-mylist{
	gap: 10px;
}

.survey-list>li {
	display: flex;
	align-items: center;
	padding-right: 48px;
	min-height: 220px;
	border-radius: 7px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.survey-list.survey-mylist>li {
	min-height: auto;
	padding:24px;
	border: none;
	background: #f5f5f5;
	box-shadow:none;
}

.survey-list .img {
	align-self: stretch;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 220px;
}

.survey-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.survey-list .con {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	margin-left: 48px;
}

.survey-list .con.conMy {
    margin-left: 0;
	justify-content: flex-start;
	align-items: center;
}

.survey-list .con.conMy .tit{
	width:100%;
}

.survey-list .con.conMy .nodata{
	width:100%;
}

.survey-list .num {
	color: #999;
	font-weight: 500;
	width:60px;
	padding:4px 0;
	background:#04A382;
	border-radius:20px;
	text-align:center;
	color:#fff;
}

.survey-list .date {
	color: #999;
	font-weight: 500;
}

.survey-list .tit {
	color: rgba(0, 0, 0, 0.80);
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.88px;
}

.survey-list .btn-box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 28px;
}

.survey-list .dday {
	align-self: stretch;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	color: #828CA8;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.72px;
	border-radius: 8px;
	background: var(--margenta-with);
}

.survey-list .btn-box a,
.survey-list .btn-box span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 24px 7px 24px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.56px;
}

.survey-list .btn-box .join {
	color: #fff;
	font-weight: 600;
	background: #008BEC;
}

.survey-list .btn-box .result {
	color: #fff;
	font-weight: 600;
	background: var(--BG03);
}

.survey-list .btn-box .gray {
	color: #444;
	font-weight: 500;
	background: #EEEEEE;
}

.survey-list .btn-box .reply {
	gap: 4px;
	color: #fff;
	font-weight: 600;
	background: #666;
}

.survey-list .btn-box .reply i {
	width: 19px;
	height: 17px;
	background: url(../img/sub/reply.svg) no-repeat;
}

.survey-card-list .board_gallery>li span.img {
	height:100%;
	max-height:340px;
}


.paging {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}

.paging_mb {
	display: none;
}

.paging a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	color: #666;
	font-size: 17px;
	font-weight: 300;
	line-height: 32px;
	border: none;
}

.paging a.select {
	font-weight: 600;
	border-radius: 50%;
	border: none;
	background: #04A382;
}

.paging a.page_btn {
	width: 32px;
	height: 32px;
	background-image: url(../img/sub/paging.svg) !important;
}

.paging a.page_btn.first {
	margin-right: 4px;
	background-position: 0 0;
}

.paging a.page_btn.prev {
	margin-right: 16px;
	background-position: -32px 0;
}

.paging a.page_btn.next {
	margin-left: 16px;
	background-position: calc(-32px * 2) 0;
}

.paging a.page_btn.last {
	margin-left: 4px;
	background-position: calc(-32px * 3) 0;
}

.survey-tit-box {
	padding: 36px 48px;
	margin-bottom: 45px;
	border-radius: 8px;
	background: #F8F8F8;
}

.survey-tit-box .tit {
	text-align: center;
	padding-top: 18px;
	color: #222;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -1px;
	background: url(../img/sub/survey-tit-box.svg) no-repeat center top;
}

.survey-tit-box .date {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px dashed rgba(34, 34, 34, 0.20);
}

.survey-tit-box .con {
	display: flex;
	gap: 32px;
}

.survey-tit-box .con .img {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 220px;
}

.survey-tit-box .con .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.survey-tit-box .con>div {
	flex: 1 1 auto;
	margin-top: 12px;
	width: 100%;
}

.survey-tit-box .con *,
.survey-tit-box .con>div * {
	color: rgba(34, 34, 34, 0.72);
	font-weight: 500;
	line-height: 160%;
	font-family: 'SCDream', 'Malgun Gothic', '맑은고딕', sans-serif !important;
	letter-spacing: 0px !important;
}

.survey-join .form-box {
	display: flex;
	flex-direction: column;
	gap: 45px;
}


.form-box>li .q .add{
	margin:10px 0;
	padding:4px 10px;
	color: var(--BG03);
	font-size: 15px;
	border: 1px dashed #04A382;
	border-radius: 4px;
}

.form-box>li .q .addimg{
	text-align: center;
}

.form-box>li .q .addimg img{
	width: 100%;
	max-width: 640px;
}

.survey-join .form-box>li .q {
	margin-bottom: 16px;
	color: #222;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.34px;
}

.survey-join .form-box>li .a {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
}

.survey-join .form-box>li .a li {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	min-height: 52px;
	max-width: calc(50% - 3px);
	border-radius: 8px;
	border: 1px solid #f7f7f7;
	background: #F7F7F7;
	padding:12px 0;
}

.survey-join .form-box>li .a li.a-img {
	height: auto;	
}

.survey-join .form-box>li .a li.on {
	border-color: #3D62AD;
	background: #EAF1FF;
}

.survey-join .form-box>li .a li input[type=checkbox],
.survey-join .form-box>li .a li input[type=radio] {
	position: absolute;
	z-index: -1;
}

.survey-join .form-box>li .a li label {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0px 10px 0px 50px;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: 500;
}

.survey-join .form-box>li .a li.a-img label {
	padding-top:10px;
	padding-bottom:10px;
}

.survey-join .form-box>li .a li.etc label {
	flex: 0 0 auto;
	width: auto;
}

.survey-join .form-box>li .a li input[type="text"] {
	flex: 1 1 auto;
	margin-right: 10px;
	padding: 8px 10px;
	width: 100%;
	height: 34px;
	color: #444;
	font-weight: 300;
	border-radius: 4px;
	border: none;
	background: #FFF;
}

.survey-join .form-box>li .a li input[type=checkbox]+label::before,
.survey-join .form-box>li .a li input[type=radio]+label::before {
	content: '';
	position: absolute;
	left: 20px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D7D7D7;
	background-image: url(../img/sub/survey-check.svg);
	background-repeat: no-repeat;
}

.survey-join .form-box>li .a li.on input[type=checkbox]+label::before,
.survey-join .form-box>li .a li.on input[type=radio]+label::before {
	background-color: #2957B6;
}

.survey-join .form-box>li .a li input:focus-visible+label {
	border-radius: 4px;
	border: 1px solid #000;
}

.survey-join .form-box>li .a textarea {
	width: 100%;
	height: 164px;
	padding: 24px;
	border-radius: 8px;
	border: none;
	background: #F9F9F9;
}

.survey-btn {
	text-align: center;
	margin-top: 45px;
}


.survey-join .form-box>li .a.four li {
	width: calc(25% - 18px / 3);
	max-width: calc(25% - 18px / 3);
}

.survey-join .form-box>li .a.alone li {
	width: 100% !important;
	max-width: 100% !important;
}

.survey-result .form-box {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.survey-result .form-box .q {
	margin-bottom: 16px;
	color: #222;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.34px;
}

.survey-result .form-box .a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding: 48px 60px;
	border-radius: 8px;
	border: 5px solid #F8F8F8;
	background: #FFF;
	overflow: hidden;
}

.survey-result .form-box .a-btn-box {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: -32px;
	z-index: 1;
}

.survey-result .form-box .a-btn-box button {
	padding-left: 20px;
	width: 80px;
	height: 40px;
	gap: 0.4rem;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 16px center;
	cursor: pointer;
}

.survey-result .form-box .a-btn-box .column {
	background-image: url(../img/sub/btn-column.svg);
}

.survey-result .form-box .a-btn-box .pie {
	background-image: url(../img/sub/btn-pie.svg);
}

.survey-result .form-box .a .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	max-width: 800px;
	width: 100%;
}

.survey-result .form-box .a .list>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #444;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.34px;
}

.survey-result .form-box .a .list>li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}

.survey-result .form-box .a .list>li span {
	position: relative;
	display: inline-block;
	background: #fff;
	z-index: 1;
}

.survey-result .form-box .a .list>li span:first-child {
	padding-right: 20px;
}

.survey-result .form-box .a .list>li span:nth-last-child(1) {
	padding-left: 20px;
}

.survey-result .form-box .result-pop {
	display: block;
	text-align: center;
	padding: 12px 0px;
	border-radius: 8px;
	background: #F8F8F8;
}

.survey-result .form-box .result-pop span {
	display: inline-block;
	padding-right: 15px;
	color: #444;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	background: url(../img/sub/survey-result-arr.svg) no-repeat center right;
}

/*설문 만족~불만족*/
.survey-table {
	width: 100%;
	overflow-x: auto !important;
}

.survey-table table {
	width: 100%;
	min-width: 400px;
	border-top: 2px solid #333;
}

.survey-table table thead th,
.survey-table table tbody th,
.survey-table table tbody td {
	padding: 1% 2%;
	border: 1px solid #ddd;
	border-right: 0;
	font-size: 14px;
}

.survey-table table thead th {
	padding: 1% 0;
	text-align: center;
	font-weight: 500;
	background-color: #f5f5f5;
}

.survey-table table thead th:first-child {
	border-left: 0;
}

.survey-table table tbody th {
	font-weight: normal;
	border-left: 0;
}

.survey-table table tbody td input[type=radio] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid #D7D7D7;
	background-color: #D7D7D7;
	background-image: url(../img/sub/survey-check.svg);
	background-repeat: no-repeat;
}

.survey-table table tbody td.on input[type=radio] {
	border-color: #2957B6;
	background-color: #2957B6;
}

.survey-table table tbody td input:focus-visible+label {
	border-color: #000;
}

.survey-reply {
	margin-top: 20px;
	padding: 40px 48px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
}

.survey-reply .name {
	padding-right: 45px;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.16px;
}

.survey-reply .comment {
	margin-top: 0;
	padding: 16px 12px 16px 24px;
	border-radius: 8px;
	border: 1px solid #EEE;
	background: #F9F9F9;
}

.survey-reply .comment .name {
	margin-bottom: 10px;
}

.survey-reply .comment textarea {
	margin-bottom: 10px;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: -0.3px;
	border: none;
	background: none;
}

.survey-reply .comment textarea::placeholder {
	color: #999;
}

.survey-reply .comment .btn-box {
	text-align: right;
}

.survey-reply .comment .btn-box input {
	padding: 5px 16px 4px 16px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.16px;
	border: none;
	border-radius: 4px;
	background: #04A382;
}

.survey-reply .comment-list {
	margin-top: 12px;
	padding: 10px 0px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

.survey-reply .comment-list>li {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 8px 16px 8px;
	border-top: 1px dashed #CCC;
}

.survey-reply .comment-list>li:first-child {
	border-top: 0;
}

.survey-reply .comment-list>li .con {
	color: #333;
	font-weight: 300;
	letter-spacing: -0.15px;
}

.survey-reply .comment-list>li .date {
	color: #999;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: -0.13px;
}

.survey-reply .comment-list>li .del {
	position: absolute;
	right: 10px;
	top: 16px;
	display: inline-block;
	padding: 0 7px 0 7px;
	color: #E15F53;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: -0.13px;
	border-radius: 2px;
	border: 1px solid #E15F53;
}

.survey-reply .paging {
	margin-top: 20px;
}

.survey-result-pop {
	padding: 40px;
}

.survey-result-pop .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	color: #222;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -1px;
}

.survey-result-pop .tit a {
	flex: 0 0 auto;
	padding-left: 36px;
	min-height: 30px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.8px;
	background: url(../img/sub/survey-result-close.svg) no-repeat 0 center;
}

.survey-result-pop .con {
	padding: 10px 0px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

.survey-result-pop .con>li {
	display: flex;
	gap: 16px;
	padding: 16px 8px 16px 8px;
	border-top: 1px dashed #ccc;
}

.survey-result-pop .con>li:first-child {
	border-top: none;
}

.survey-result-pop .con>li .name {
	flex: 0 0 auto;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.16px;
}

.survey-result-pop .con>li .txt {
	color: #333;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: -0.15px;
}

.survey-result-pop .paging {
	margin-top: 20px;
}

/*공지사항 수정*/
.board_list+.btnBox {
	display: none;
}

table.general_board thead th,
.board_view .title {
	font-weight: 600;	
}

table.general_board tbody td.title a,
.board_view ul.datalist>li dl dt,
.board_view ul.datalist>li.addfile>dl>dt,
.other_con li>span {
	font-weight: 500;
}

.board_view .title {
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
}

.board_view ul.datalist>li {
	display: flex;
	gap: 5%;
	min-height: auto;
}

.board_view ul.datalist>li dl {
	float: none;
	display: flex;
	padding: 0;
}

.board_view ul.datalist>li dl dt {
	flex: 0 0 auto;
	float: none;
}

.board_view ul.datalist>li.addfile>dl>dt {
	position: static;
}

.board_view ul.datalist>li.addfile>dl>dd {
	float: none;
	padding: 0;
}

.btn.btn_back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 40px;
	color: #444;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: -0.72px;
	border: none;
	background: #f5f5f5;
	box-shadow: none;
}

.cardSlide {	
	position: relative;
}

.cardSlide .control {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - (56px / 2));
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 120%;
	z-index: 9;
}

.cardSlide .control a {
	display: block;
	width: 56px;
	height: 56px;
	font-size: 0;
	text-indent: -5000px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05) url(../img/control.svg) no-repeat;
}

.cardSlide .control a.next {
	transform: rotate(180deg);
}

.cardSlide>.list {
	margin: 0 auto;
	max-width: 80%;
	overflow: hidden;
}

.cardSlide>.list>ul {
	position: relative;
	display: flex;
	white-space: nowrap;
}

.cardSlide>.list>ul>li {
	flex: 0 0 100%;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.cardSlide>.list>ul>li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*** pc ***/
@media all and (min-width:801px) {
	.notice .search {
		padding: 28px;
		background: #F5F5F5;
	}
	
	.notice .search fieldset {
		justify-content: center;
		gap: 24px;
	}
	
	.notice .search .num {
		gap: 4px;
	}
	
	.notice .search select {
		width: 80px;
		background-color: #fff;
	}
	
	.general_board .dp_mb {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.survey-list>li {
		padding-right: 0;
	}

	.survey-list .img {
		height: auto;
	}

	.survey-list .con {
		margin-left: 20px;
		padding: 20px;
	}
	
}

/*** mobile ***/
@media screen and (max-width:800px) {
	.search fieldset {
		flex-direction: column;
	}

	.search div {
		width: 100%;
	}

	.search div.word input[type=text] {
		flex: 1 1 auto;
		width: 100%;
		min-width: unset;
	}

	.notice .search select {
		width: 101px;
	}
	
	.search .num {
		gap: 4px;
	}

	.notice .search fieldset {
		gap: 5px;
	}

	.survey-list>li {
		position: relative;
		flex-direction: column;
		min-height: auto;
	}

	.survey-list.survey-mylist>li {
		padding:0;
	}

	.survey-list .img {
		width: 100%;
	}

	.survey-list .con {
		display: block;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 0;
		padding-bottom: 28px;
	}

	.survey-list .date {
		color: #999;
		font-size: 14px;
		font-weight: 500;
	}

	.survey-list .tit {
		font-size: 17px;
	}

	.survey-list .btn-box {
		margin-top: 14px;
	}

	.survey-list .btn-box a,
	.survey-list .btn-box span {
		flex: 1 1 calc(50% - 2.5px);
	}

	.survey-list .dday {
		position: absolute;
		right: 0;
		top: 0;
		padding: 0px 20px;
		width: auto;
		height: 35px;
		font-size: 16px;
		border-radius: 0px 0px 0px 8px;
	}

	.paging a.page_btn,
	.paging a {
		width: 25px;
		height: 25px;
		font-size: 13px;
		line-height: 25px;
		background-size: auto 25px !important;
	}

	.paging a.page_btn.first {
		margin-right: 2px;
	}

	.paging a.page_btn.prev {
		margin-right: 8px;
		background-position: -25px 0;
	}

	.paging a.page_btn.next {
		margin-left: 8px;
		background-position: calc(-25px * 2) 0;
	}

	.paging a.page_btn.last {
		margin-left: 2px;
		background-position: calc(-25px * 3) 0;
	}

	.survey-tit-box {
		padding: 18px 24px;
	}

	.survey-tit-box .tit {
		font-size: 22px;
	}

	.survey-tit-box .date {
		font-size: 14px;
	}

	.survey-tit-box .con {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.survey-tit-box .con .img {
		text-align: center;
		width: 100%;
		height: 100%;
	}

	.survey-tit-box .con * {
		font-size: 13px;
	}

	.survey-join .form-box>li .a li, .survey-join .form-box>li .a.four li {
		width: 100%;
		max-width: 100% !important;
	}

	.survey-result .form-box .a {
		padding: 24px 30px;
	}

	.survey-result .form-box .a .list>li {
		font-size: 15px;
	}

	.survey-result .form-box .a .list>li span:first-child {
		padding-right: 5px;
	}

	.survey-result .form-box .a .list>li span:nth-last-child(1) {
		padding-left: 5px;
	}

	.survey-reply {
		padding: 20px 24px;
	}

	.general_board .dp_pc,
	table.general_board thead th {
		display: none;
	}

	.board_view ul.datalist>li {
		display: flex;
		flex-direction: column;
		padding: 0;
		border-bottom: none;
	}
	
	.board_view ul.datalist>li:nth-last-child(1) {
		border-bottom: none;
	}

	.board_view ul.datalist>li dl {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	.cardSlide>.list {
		max-width: 100%;
	}

	.cardSlide .control {
		top: calc(50% - (40px / 2));
	}

	.cardSlide .control a {
		width: 40px;
		height: 40px;
		background-color: rgba(255, 255, 255, 0.8);
		background-size: 40px;
	}
}