body {
	background-color: #F4F6F8;
	height: 100%;
}

input {
	background-color: #fff;
	width: 100%;
	display: block;
	padding: 12px 16px 12px 32px;
	border: 1px solid rgba(16, 37, 44, 0.16);
	border-radius: 8px;
	line-height: 20px;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	color: #34585C;
}

.search-box>img:first-child {
	position: absolute;
	top: 35%;
	left: 10px;
}

.eeasy .link {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.52px;
	border-radius: 8px;
	border: 1px solid rgba(16, 37, 44, 0.12);
	background: #3AB8B1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 0;
	margin-top: 24px;
}

.eeasy .link::after {
	content: url(../images/top/link_white.svg);
	height: 16px;
}

.container {
	width: 100%;
	background-color: #F4F6F8;
	margin: auto;
}

.contentsWrap {
	max-width: 750px;
	min-width: 330px;
	padding: 24px 24px 142px 24px;
	margin: auto;
}

.contentsInner {
	width: 100%;
}

.contentsInner:first-child {
	padding: 0;
}

.contentsInner .top-title {
	font-size: 16px;
	line-height: 20px;
	color: #10252C;
	text-align: unset;
	display: inline-flex;
	align-items: center;
	margin: 24px auto;
}

.contentsInner .top-title p {
	font-size: 15px;
	text-align: left;
	line-height: 22px;
	margin-left: 8px;
}

.contentsInner .back-link {
	font-size: 16px;
	color: #10252C;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
}

.contentsInner .back-link p a {
	color: #34585C;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 0.48px;
}

.contentsInner .title01::before {
	content: url(../images/top/top-title01.svg);
}

.contentsInner .title02::before {
	content: url(../images/top/top-title02.svg);
}

.contentsInner .title03::before {
	content: url(../images/top/top-title03.svg);
}

.contentsInner .title04::before {
	content: url(../images/top/top-title04.svg);
}

.contentsInner .title05::before {
	content: url(../images/top/top-title05.svg);
}

.contentsInner .title06::before {
	content: url(../images/top/top-title06.svg);
}

.contentsInner .back::before {
	content: url(../images/top/back-arrow.svg);
	margin-top: 6px;
}

article.slide .slide-name {
	display: flex;
	align-items: center;
	margin-left: 12px;
	color: #10252C;
	font-size: 13px;
	font-weight: bold;
}

article.slide .slide-name p {
	text-align: left;
}

.l-section .slide-content {
	margin-top: 8px;
}

.l-section .slide-tag {
	margin-top: 8px;
}

.l-section .slide-tag ul {
	overflow: scroll;
	white-space: nowrap;
}

.l-section .slide-tag ul::-webkit-scrollbar {
	display: none;
}

.l-section .slide-tag ul li {
	padding: 3px 6px;
	font-size: 10px;
	color: #627C82;
	background-color: #E7F6FA;
	margin: 0px 2px;
	display: inline-block;
	border-radius: 8px;
}

.l-section .slide-tag ul li .delete {
	display: inline-block;
	padding: 0 2px;
}

.banner-wrap {
	margin-top: 16px;
	width: 100%;
}

.banner-wrap a:hover {
	opacity: 0.8;
}

.banner-wrap img {
	width: 100%;
}

.has-border {
	border-bottom: 1px solid rgba(16, 37, 44, 0.12);
}

.contentsInner h1 img {
	margin: auto;
}

.contentsInner .copyright {
	font-size: 10px;
	color: #8C9DA1;
}

.non-auth-modal {
	background-color: #fff;
	color: #10252C;
	text-align: center;
}

.non-auth-modal .card-head {
	margin-bottom: 16px;
}

.footerInner ul li span.on {
	font-weight: bold;
}

.search-box {
	position: relative;
	background-color: #fff;
}

.search-box>img:first-child {
	position: absolute;
	top: 35%;
	left: 10px;
}

.search-box-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #F4F6F8;
	padding: 20px;
	box-sizing: border-box;
	animation: 0.5s ease-in-out;
	z-index: 102;
	overflow-y: scroll;
}

.search-box-inner {
	max-width: 750px;
	margin: auto;
}

.search-box-inner>.card {
	margin-top: 16px;
	padding: 16px;
}

.search-action-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 8px;
	background-color: #3AB8B1;
	margin-top: 16px;
	padding: 13px 13px 13px 13px;
	overflow-wrap: break-word;
}

.search-action-button .button-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-left: 5px;
	color: #FFFFFF;
}

.search-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-input-wrap {
	width: 75%;
	position: relative;
}

.search-input-wrap {
	width: 75%;
	position: relative;
}

.clear-text {
	content: url(../images/top/search-close-button.png);
	position: absolute;
	right: 12px;
	top: 12px;
}

.search-filter-area {
	background-color: #fff;
}

.search-filter-area .filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.search-filter-area .filter:last-child {
	margin-bottom: 0;
}

.filter-title {
	color: #8C9DA1;
	font-weight: bold;
	font-size: 12px;
}

.filter-values {
	width: 80%;
	display: flex;
}

.search-box-close {
	color: #10252C;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 12px;
}

.search-check {
	display: inline-block;
	padding: 4px 12px;
	color: #34585C;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	position: relative;
	border-radius: 50px;
	border: 1px solid rgba(16, 37, 44, 0.12);
	font-size: 12px;
	margin-right: 4px;
}

.search-check:last-child {
	margin-right: 0;
}

.search-check input[type="checkbox"] {
	display: none;
}

.search-check.checked {
	background-color: rgba(16, 37, 44, 0.12);
	display: flex;
	align-items: center;
	padding-left: 6px;
}

.search-check.checked::before {
	content: url(../images/top/check_mark.png);
	width: 16px;
	height: 16px;
}

.search-tag {
	display: inline-block;
	padding: 3px 6px;
	color: #627C82;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	user-select: none;
	position: relative;
	border-radius: 8px;
	margin-right: 4px;
	margin-top: 12px;
	background-color: #E7F6FA;
}

.search-tag input[type="checkbox"] {
	display: none;
}

.search-tag.checked {
	background-color: rgba(16, 37, 44, 0.12);
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(100%);
	}
}

.non-auth-modal .modal-close {
	background: #3478A8;
	box-shadow: 0px 6px 20px rgb(0 0 0 / 15%);
	border-radius: 12px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 8px;
	cursor: pointer;
}

/* swiper custom */
.swiper {
	margin: 0 auto 12px auto;
	overflow: visible;
}

.l-section {
	overflow: hidden;
}

.l-inner {
	position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto;
	bottom: -20px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 0;
	transform: none;
}

.swiper-pagination-bullet {
	background-color: #8C9DA1;
	width: 4px;
	height: 4px;
	margin: 0 4px 0 0 !important;
}

.swiper-slide {
	padding: 12px;
	width: 60%;
	background: #FFFFFF;
	border: 1px solid rgba(16, 37, 45, 0.04);
	box-shadow: 0px 21px 13px rgba(31, 52, 58, 0.01), 0px 9px 9px rgba(31, 52, 58, 0.02);
	border-radius: 16px;
	text-decoration: none;
	cursor: grab;
}

.swiper-slide:active {
	cursor: grabbing;
}

.card01 {
	padding: 24px 24px 0 24px;
	margin: auto;
	max-width: 750px;
}

.card01 .swiper-slide {
	min-width: 300px;
	max-width: 92%;
	min-height: 180px;
	max-height: auto;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 30px;
}

.card01 .swiper-slide:hover {
	opacity: 0.8;
}

.card01 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: transparent;
	border-radius: 24px;
	box-shadow: 0px 21px 13px rgba(31, 52, 58, 0.01), 0px 9px 9px rgba(31, 52, 58, 0.02);
}

.slide {
	display: flex;
	align-items: center;
	gap: 12px;
}

.slide .slide-image {
	width: 64px;
	flex-shrink: 0;
}

.slide .slide-image img {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	object-fit: cover;
	object-position: center;
}

.slide .slide-name p {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #10252C;
}

.slide .slide-name p span {
	font-weight: 400;
	color: #8C9DA2;
}

.slide-content {
	margin: 8px auto;
}

.slide-content p {
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #8C9DA2;
}

.slide-tag {
	position: relative;
}

.slide-tag::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 0 #FFF;
}

.slide-tag ul {
	display: flex;
	gap: 2px;
	align-items: center;
	overflow: hidden;
}

.slide-tag li {
	padding: 3px 6px;
	background: #E7F6FA;
	border-radius: 8px;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #627C82;
}

.contentsInner .link-list {
	padding: 24px 21.5px 8px;
}

.contentsInner .link-list ul {
	display: flex;
	justify-content: space-around;
}

.contentsInner .link-list li a {
	font-size: 10px;
	line-height: 24px;
	color: #8C9DA1;
}

.contentsInner .copyright {
	margin-top: 16px;
	text-align: center;
}

.contentsInner .copyright p {
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #8C9DA2;
}

.twitter-timeline {
	box-shadow: 0px 9px 9px 0px rgba(31, 52, 58, 0.02), 0px 21px 13px 0px rgba(31, 52, 58, 0.01), 0px 38px 15px 0px rgba(31, 52, 58, 0.00);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.sb-wrap {
	width: 100%;
	background-color: #fff;
	padding: 16px;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 9px 9px 0px rgba(31, 52, 58, 0.02), 0px 21px 13px 0px rgba(31, 52, 58, 0.01), 0px 38px 15px 0px rgba(31, 52, 58, 0.00);
}

.sb-wrap .top-title {
	margin-top: 0;
}

.sb-item-link {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}

.sb-item-link:hover {
	opacity: 0.8;
}

.sb-item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 8px;
}

.sb-item .sb-thumb {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.sb-item .sb-thumb img {
	width: 100%;
}

.sb-item .sb-detail {
	color: #10252C;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 0.26px;
}

.sb-item .sb-detail .sb-item-date {
	font-size: 12px;
	color: #8C9DA1;
	margin-bottom: 10px;
}

.sb-item .sb-detail .sb-item-title {
	color: #10252C;
	font-size: 13px;
	font-weight: bold;
}

.sb-wrap .readmore {
	border-radius: 8px;
	border: 1px solid rgba(16, 37, 44, 0.16);
	color: #34585C;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.48px;
	display: block;
	padding: 8px 0;
	text-align: center;
}

.sb-wrap .readmore::after {
	content: url(../images/top/link.svg);
	vertical-align: middle;
	margin-left: 4px;
	display: inline-block;
}

.pro-item-wrap {
	background-color: #fff;
	padding: 12px;
	text-decoration: none;
	display: block;
	border-radius: 16px;
	margin-bottom: 16px;
	box-shadow: 0px 9px 9px 0px rgba(31, 52, 58, 0.02), 0px 21px 13px 0px rgba(31, 52, 58, 0.01), 0px 38px 15px 0px rgba(31, 52, 58, 0.00);
}

.pro-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pro-item .pro-item-image {
	width: 64px;
	flex-shrink: 0;
}

.pro-item .pro-item-image img {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	object-fit: cover;
	object-position: center;
}

.pro-item .pro-item-name p {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #10252C;
}

.pro-item .pro-item-name p span {
	font-weight: 400;
	color: #8C9DA2;
}

.pro-item-content {
	margin: 8px auto;
}

.pro-item-content p {
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #8C9DA2;
}

.pro-item-tag {
	position: relative;
}

.pro-item-tag::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 10px 0 #FFF;
}

.pro-item-tag ul {
	display: flex;
	gap: 2px;
	align-items: center;
	overflow: hidden;
	flex-wrap: wrap;
}

.pro-item-tag li {
	padding: 3px 6px;
	background: #E7F6FA;
	border-radius: 8px;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #627C82;
}