.archive #pageHead {
	padding: 190px 0 190px 0;
	background-image: url("../images/case/pageHead.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.archive #pageHead {
		padding: 36.9230769231vw 0 36.9230769231vw 0;
	}
}

.caseWrap {
	position: relative;
}
.caseWrap #case .caseListWrap .caseList {
	display: grid;
	gap: 50px 30px;
	grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1079px) {
	.caseWrap #case .caseListWrap .caseList {
		gap: 35px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.caseWrap #case .caseListWrap .caseList {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}
.caseWrap #case .caseListWrap .caseList .caseItem .caseLink {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.caseWrap #case .caseListWrap .caseList .caseItem .caseLink {
		min-width: 220px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.caseWrap #case .caseListWrap .caseList .caseItem .caseLink .articleTitle {
		font-size: 18px;
	}
}
.caseWrap #case .caseListWrap .btnWrap .btn {
	cursor: pointer;
	background-color: transparent;
}
@media (hover) {
	.caseWrap #case .caseListWrap .btnWrap .btn:hover {
		background-color: var(--blue);
	}
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

.underContentsWrap {
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.underContentsWrap {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.underContentsWrap {
		padding-bottom: 80px;
	}
}

.single #pageHead {
	background-color: #fff;
}
.single #pageHead .pageTitleWrap .enTitle {
	color: var(--blue);
}
.single #pageHead .pageTitleWrap .pageTitle {
	color: var(--blue);
}

.singleFlexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media only screen and (min-width: 1280px) {
	.singleFlexWrap {
		gap: 80px;
	}
}
@media only screen and (max-width: 1079px) {
	.singleFlexWrap {
		display: grid;
	}
}
@media only screen and (max-width: 767px) {
	.singleFlexWrap {
		gap: 80px;
	}
}
.singleFlexWrap .singleMainContent {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.singleFlexWrap .singleSideWrap {
	position: sticky;
	bottom: 0;
	display: block;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 320px;
}
@media only screen and (max-width: 1079px) {
	.singleFlexWrap .singleSideWrap {
		position: initial;
		margin: 0 auto;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 50px;
	}
	.singleFlexWrap .singleSideWrap > * {
		width: 100%;
		min-width: 300px;
	}
}

.breadShareWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.breadShareWrap {
		gap: 10px;
	}
}
.breadShareWrap .breadWrap {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 11px;
}
.breadShareWrap .breadWrap .BreadCrumb {
	padding: 0;
	margin: 0;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadShareWrap .breadWrap .BreadCrumb .BreadCrumb_item {
	color: #676767;
}
.breadShareWrap .breadWrap .BreadCrumb .BreadCrumb_item:not(:last-child)::after {
	content: ">";
	color: #676767;
	font-size: 17px;
	font-family: monospace;
	line-height: 1;
	font-weight: 400;
}
.breadShareWrap .breadWrap .BreadCrumb .BreadCrumb_item:last-child {
	color: var(--blue);
}
.breadShareWrap .shareWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}
@media only screen and (max-width: 767px) {
	.breadShareWrap .shareWrap {
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
		width: 100%;
	}
}
.breadShareWrap .shareWrap .link {
	width: auto;
	height: 28px;
}
.breadShareWrap .shareWrap .link img {
	width: auto;
	height: 100%;
}
.breadShareWrap.foot .breadWrap .BreadCrumb .BreadCrumb_item {
	color: #000000;
}
.breadShareWrap.foot .breadWrap .BreadCrumb .BreadCrumb_item:not(:last-child)::after {
	color: #000000;
}
.breadShareWrap.foot .breadWrap .BreadCrumb .BreadCrumb_item:last-child {
	color: var(--blue);
}
@media only screen and (max-width: 767px) {
	.breadShareWrap.foot .shareWrap {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
}

.singleContentWrap {
	display: block;
	margin-top: 15px;
	padding: 40px 8%;
	background: #f3f3f3;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.singleContentWrap {
		position: relative;
		padding: 40px 0px 80px 0px;
	}
	.singleContentWrap::after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		width: 120%;
		height: 100%;
		left: -7%;
		z-index: -1;
		background: #f3f3f3;
	}
}

.singleHead .singleTitleWrap {
	position: relative;
	display: block;
	padding: 20px 30px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.singleHead .singleTitleWrap {
		padding: 15px 20px;
	}
}
.singleHead .singleTitleWrap::before,
.singleHead .singleTitleWrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
	border-top: solid 5px var(--blue);
	border-bottom: solid 5px var(--blue);
}
@media only screen and (max-width: 767px) {
	.singleHead .singleTitleWrap::before,
	.singleHead .singleTitleWrap::after {
		border-top: solid 4px var(--blue);
		border-bottom: solid 4px var(--blue);
	}
}
.singleHead .singleTitleWrap::before {
	border-left: solid 5px var(--blue);
	left: 0;
}
@media only screen and (max-width: 767px) {
	.singleHead .singleTitleWrap::before {
		border-left: solid 4px var(--blue);
	}
}
.singleHead .singleTitleWrap::after {
	border-right: solid 5px var(--blue);
	right: 0;
}
@media only screen and (max-width: 767px) {
	.singleHead .singleTitleWrap::after {
		border-right: solid 4px var(--blue);
	}
}
.singleHead .singleTitleWrap .singleTitle {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	.singleHead .singleTitleWrap .singleTitle {
		font-size: clamp(26px, 7vw, 36px);
	}
}
.singleHead .dateTagWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.singleHead .dateTagWrap {
		display: grid;
		gap: 8px;
	}
}
.singleHead .dateTagWrap .date {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 11px;
	color: #797979;
	letter-spacing: 0.02em;
	font-weight: 500;
	line-height: 2;
}
.singleHead .dateTagWrap .tagList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.singleHead .dateTagWrap .tagList .tag {
	display: block;
	padding: 5px 15px 4px 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 20px;
	background: #fff;
	font-size: 11px;
	color: var(--blue);
	font-weight: 500;
}

.singleContent {
	display: grid;
	gap: 60px;
	margin-top: 40px;
}

.companyWrap {
	display: grid;
	gap: 35px;
}
@media only screen and (max-width: 767px) {
	.companyWrap {
		gap: 40px;
	}
}
.companyWrap .companyInfoWrap {
	display: grid;
	gap: 30px;
	place-items: center;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.companyWrap .companyInfoWrap {
		padding: 20px;
		gap: 15px;
	}
}
.companyWrap .companyInfoWrap .logoWrap {
	height: 26px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.companyWrap .companyInfoWrap .logoWrap img {
	width: auto;
	height: 100%;
}
.companyWrap .companyInfoWrap .textImgWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.companyWrap .companyInfoWrap .textImgWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 15px;
	}
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr {
	display: table-row;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background: #f3f3f3;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr:nth-child(even) {
	background: #eaeaea;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr th,
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr td {
	text-align: left;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	font-size: 12px;
	font-weight: 500;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr th {
	white-space: nowrap;
	padding: 10px 10px 10px 20px;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr td {
	padding: 10px 20px 10px 0;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr td .textLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3px 5px;
	white-space: nowrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: 0.01em;
	color: #3498db;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr td .textLink .imgWrap {
	height: 0.8rem;
	width: auto;
}
.companyWrap .companyInfoWrap .textImgWrap .companyTable tr td .textLink .imgWrap img {
	width: auto;
	height: 100%;
}
.companyWrap .companyInfoWrap .textImgWrap .imgWrap {
	width: 100%;
}
.companyWrap .textWrap .text {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.07em;
}

.beforeAfterWrap .sectionTitleWrap.sub .sectionTitleEn {
	padding-left: 15px;
	font-size: 12px;
}
.beforeAfterWrap .sectionTitleWrap.sub .sectionTitleEn::before {
	width: 8px;
	height: 8px;
}
.beforeAfterWrap .sectionTitleWrap.sub .titleTextWrap {
	margin-top: 6px;
}
.beforeAfterWrap .sectionTitleWrap.sub .titleTextWrap .sectionTitle {
	font-size: 22px;
}
.beforeAfterWrap .beforeAfter {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.beforeAfterWrap .beforeAfter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
}
.beforeAfterWrap .beforeAfter .beforeWrap,
.beforeAfterWrap .beforeAfter .afterWrap {
	display: block;
	padding: 30px;
	width: 100%;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.beforeAfterWrap .beforeAfter .beforeWrap,
	.beforeAfterWrap .beforeAfter .afterWrap {
		padding: 25px 20px;
	}
}
.beforeAfterWrap .beforeAfter .beforeWrap *,
.beforeAfterWrap .beforeAfter .afterWrap * {
	color: #fff;
}
.beforeAfterWrap .beforeAfter .beforeWrap .titleWrap,
.beforeAfterWrap .beforeAfter .afterWrap .titleWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}
.beforeAfterWrap .beforeAfter .beforeWrap .titleWrap .imgWrap,
.beforeAfterWrap .beforeAfter .afterWrap .titleWrap .imgWrap {
	width: 19px;
}
.beforeAfterWrap .beforeAfter .beforeWrap .titleWrap .title,
.beforeAfterWrap .beforeAfter .afterWrap .titleWrap .title {
	font-size: 18px;
	letter-spacing: 0.03em;
}
.beforeAfterWrap .beforeAfter .beforeWrap .listWrap,
.beforeAfterWrap .beforeAfter .afterWrap .listWrap {
	margin-top: 20px;
	display: grid;
	gap: 8px;
}
.beforeAfterWrap .beforeAfter .beforeWrap .listWrap .item,
.beforeAfterWrap .beforeAfter .afterWrap .listWrap .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.beforeAfterWrap .beforeAfter .beforeWrap .listWrap .item .check,
.beforeAfterWrap .beforeAfter .afterWrap .listWrap .item .check {
	margin-top: 2px;
	width: 15px;
}
.beforeAfterWrap .beforeAfter .beforeWrap .listWrap .item .text,
.beforeAfterWrap .beforeAfter .afterWrap .listWrap .item .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	font-weight: 500;
}
.beforeAfterWrap .beforeAfter .beforeWrap {
	background: #6c6c6c;
}
.beforeAfterWrap .beforeAfter .afterWrap {
	background-color: var(--blue);
}
.beforeAfterWrap .beforeAfter .arrow {
	position: absolute;
	inset: 0;
	left: 2px;
	margin: auto;
	display: block;
	width: 12px;
	height: 20px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: var(--blue);
}
@media only screen and (max-width: 767px) {
	.beforeAfterWrap .beforeAfter .arrow {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: -17px;
		left: 0;
	}
}

.articleFooter {
	padding-top: 10px;
	border-top: 1px solid #bfbfbf;
}
.articleFooter .articleNavigationArea {
	margin-top: 40px;
}
.articleFooter .articleNavigationArea .articleNavigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.articleFooter .articleNavigationArea .articleNavigation {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn {
	width: 100%;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn .btnName {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a {
	margin-top: 6px;
	width: 100%;
	max-width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 30px 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 150px;
	border: 2px solid var(--blue);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a {
		max-width: 366px;
	}
}
@media only screen and (max-width: 767px) {
	.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a {
		/* max-width: initial; */
		max-width: 90vw;
	}
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a .articleNavigationBtnTitleArea {
	position: relative;
	width: 100%;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a .articleNavigationBtnTitleArea::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 10px;
	background-color: var(--blue);
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn a .articleNavigationBtnTitleArea .articleNavigationBtnTitle {
	color: var(--blue);
	font-weight: 700;
	display: block;
	width: 90%;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn.prev a .articleNavigationBtnTitleArea::after {
	left: 0;
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn.prev a .articleNavigationBtnTitleArea .articleNavigationBtnTitle {
	margin-left: auto;
	margin-right: 0;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn.next .btnName {
	text-align: right;
}
.articleFooter .articleNavigationArea .articleNavigation .articleNavigationBtn.next a .articleNavigationBtnTitleArea::after {
	right: 0;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.singleSideWrap .bannerWrap {
	margin-bottom: 40px;
}
@media only screen and (max-width: 1079px) {
	.singleSideWrap .bannerWrap {
		margin-bottom: 0;
	}
}
.singleSideWrap .sideContentWrap {
	padding: 20px 0 30px 0;
	border-top: 1px solid #b5b5b5;
}
@media only screen and (max-width: 1079px) {
	.singleSideWrap .sideContentWrap {
		padding-top: 30px;
		padding-bottom: 0;
	}
}
.singleSideWrap .sideContentWrap .sideTitleWrap .sideTitle {
	font-size: 20px;
	font-weight: 700;
}
.singleSideWrap .sideContentWrap .contentWrap {
	margin-top: 20px;
}
.singleSideWrap .sideContentWrap.categoryWrap .tagList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.singleSideWrap .sideContentWrap.categoryWrap .tagList .tag {
	display: block;
	padding: 3px 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 500;
	color: var(--blue);
	background-color: #f0f0f0;
}
.singleSideWrap .sideContentWrap.relationWrap .list,
.singleSideWrap .sideContentWrap.columnWrap .list {
	display: grid;
	gap: 20px;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link .textWrap,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link .textWrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link .textWrap .date,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link .textWrap .date {
	font-size: 12px;
	font-weight: 700;
	color: #505050;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link .textWrap .text,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link .textWrap .text {
	font-size: 13px;
	font-weight: 700;
	margin-top: 6px;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link .imgWrap,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link .imgWrap {
	width: 75px;
	height: 75px;
}
.singleSideWrap .sideContentWrap.relationWrap .list .item .link .imgWrap img,
.singleSideWrap .sideContentWrap.columnWrap .list .item .link .imgWrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.singleSideWrap .sideContentWrap .btnWrap {
	margin-top: 20px;
	width: 100%;
}
.singleSideWrap .sideContentWrap .btnWrap .btn {
	width: 100%;
}

@media only screen and (max-width: 1079px) {
	.withArticleWrap {
		padding-bottom: 0 !important;
	}
}
.withArticleWrap #withArticle .sectionTitleWrap .sectionTitleEn {
	padding-left: 14px;
	font-size: 12px;
}
.withArticleWrap #withArticle .sectionTitleWrap .sectionTitleEn::before {
	width: 8px;
	height: 8px;
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .sectionTitleWrap .sectionTitleEn {
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .sectionTitleWrap .titleTextWrap {
		margin-left: 0;
	}
}
.withArticleWrap #withArticle .sectionTitleWrap .titleTextWrap .sectionTitle {
	font-size: 26px;
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .withArticleListWrap {
		width: 106%;
		overflow: hidden;
	}
}
.withArticleWrap #withArticle .withArticleListWrap .articleList {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .withArticleListWrap .articleList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
	}
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem {
		width: 260px;
	}
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 240px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink {
		width: 260px;
	}
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .imgWrap {
	aspect-ratio: 2/1.3;
	width: 100%;
	overflow: hidden;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .imgWrap img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px;
	background: #f3f3f3;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap .date {
	font-size: 12px;
	color: #797979;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap .articleTitle {
	margin: 8px 0 15px 0;
	font-weight: 500;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap .tagDateWrap {
	margin-top: auto;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap .tagDateWrap .tagList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.withArticleWrap #withArticle .withArticleListWrap .articleList .articleItem .articleLink .textWrap .tagDateWrap .tagList .tagLabel {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 12px 3px 12px;
	border-radius: 20px;
	background: #fff;
	color: var(--blue);
	font-size: 10px;
	font-weight: 500;
}
.withArticleWrap #withArticle .withArticleListWrap .swiper-pagination {
	bottom: -20px;
	width: 100%;
}
