@import url("https://use.typekit.net/uty8ros.css");

/* adjustments */
.p-column_header__panel {
	display: none;
}
.l-container__row.u-margin__top--80.u-margin__bottom--100 {
	display: none;
}
#information-show-view.l-container {
	padding-top: 0;
}
body {
	background-color: #fff;
}

/* general styles */
hr {
  display:block;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  border: 0;
  border-top: 1px dotted #02B4E1;
}
p {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif !important;
} 
li {
	font-size: 16px;
}


/* column-breadcrumb */
.column-breadcrumb {
	max-width: 1024px;
	margin: 100px auto 0;
	font-size: 16px;
	color: #666;
}
.column-breadcrumb a {
	color: #666;
	text-decoration: underline;
}
@media (max-width: 1024px) {
	.column-breadcrumb {
		margin: 70px auto 0;
		padding: 0 20px;
		font-size: 14px;
	}
}

/* column-lead */
.column-lead {
	max-width: 1024px;
	margin: 0 auto;
}
.column-lead h1 {
	padding: 0 20px;
	font-size: 32px;
	text-align: center;
}
.column-lead h1 img {
	max-width: 100%;
	height: auto;
}
.column-lead h1 + p {
	font-size: 16px;
	text-align: center;
}
.column-lead h1 + p strong {
	color: #00B4E1;
}
.column-lead-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 2em;
}
.column-lead-inner .column-list:first-child {
	width: 520px;
}
.column-lead-inner  .column-list:last-child {
	width: 480px;
}
@media (max-width: 1024px) {
	.column-lead-inner {
		display: block;
		padding: 0 20px;
	}
	.column-lead-inner .column-list:first-child {
		width: 100%;
	}
	.column-lead-inner  .column-list:last-child {
		width: 100%;
	}
}

/* column-list */
.column-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.column-list h2 {
	margin: .5em 0;
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.column-list a {
	color: #222;
	text-decoration: none;
}
.column-list a:hover {
	opacity: .7;
}
.column-list > li {
	width: 232px;
}
.column-lead-inner .column-list:first-child > li {
	width: 100%;
}
.column-list-photo {
	position: relative;
}
.column-list-photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.column-list-photo h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: .5em .75em;
	background-color: rgba(255, 255, 255, .7);
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: calc(1.85em * 2);
}
.column-list-header {
	position: relative;
	margin: .5em 0;
	color: #666;
	font-size: 14px;
	text-align: right;
}
.column-list-header span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto 0;
	padding: 0em .5em;
	background-color: #00B4E1;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column-list-header span.recommend {
	background-color: #FF8900;
}
.column-list-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
@media (max-width: 1024px) {
	.column-list-header span {
		font-size: 11px;
	}
	.column-list {
		gap: 12px;
	}
	.column-list > li {
		width: 48%;
	}
	.column-list h2 {
		font-size: 16px;
	}
}

/* column-layout */
.column-layout {
	max-width: 1024px;
	margin: 4em auto;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
@media (max-width: 1024px) {
	.column-layout {
		display: block;
		padding: 0 20px;
	}
}
/* column-bn */
.column-bn > h2 {
	margin-top: 0;
	font-family: "Kohinoor Bangla", Arial, sans-serif;
	font-weight: normal;
	color: #FF8900;
	font-size: 36px;
	line-height: .8;
}
.column-bn > h2 span {
	font-family: sans-serif;
	color: #70C1BE;
	font-size: 20px;
}
.column-list-bn {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-list-bn a {
	color: #222;
	text-decoration: none;
}
.column-list-bn a:hover {
	opacity: .7;
}
.column-list-bn > li > a {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: nowrap;
}
.column-list-bn img {
	margin-right: 1em;
	border-radius: 8px;
}
.column-list-bn p {
	margin: 0 0 .5em;
	font-size: 14px;
}
.column-list-bn h3 {
	margin: .5em 0;
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.column-list-bn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
}
@media (max-width: 1024px) {
	.column-bn > h2 {
		font-size: 28px;
	}
	.column-bn > h2 span {
		font-size: 16px;
	}
	.column-list-bn h3 {
		font-size: 16px;
	}
}

/* .column-product */
.column-product {
	position: relative;
	margin-top: 200px;
	padding: 1em 1.5em 1.5em;
	border-radius: 24px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	background-color: #F2F2F2;
}
.column-product > img {
	position: absolute;
	top: -150px;
	right: 0;
}
.column-product h3 {
	margin-top: -36px;
	text-align: center;
}
.column-product h3 img {
	max-width: 100%;
	height: auto;
}
.column-product p img {
	max-width: 100%;
	height: auto;
}
.column-product-inner {
	display: flex;
}
.column-product-inner > img {
	margin-right: 1em;
}
.column-product-inner div p {
	font-size: 16px;
}
.column-product-inner span strong {
	font-size: 30px;
}
.column-product-inner span {
	font-size: 20px;
	color: #bf0000;
}
.column-product-button {
	text-align: center;
}
.column-product-button a {
	display: inline-block;
	margin-top: .5em;
	padding: .75em 3em;
	background-color: #70C1BE;
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.column-product-button a:hover {
	opacity: .7;
}
.column-product-button.column-product-button-cf a {
	background-color: #6DBA5C;
}
@media (max-width: 1024px) {
	.column-product {
		margin-top: 100px;
	}
	.column-product > img {
		width: 120px;
		height: 81px;
		top: -68px;
	}
	.column-product h3 {
		margin-top: -36px;
		text-align: center;
	}
	.column-product-inner {
		display: block;
		text-align: center;
	}
	.column-product-inner > img {
		margin-right: 0;
	}
	.column-product-inner span strong {
		font-size: 28px;
	}
	.column-product-inner span {
		font-size: 20px;
		color: #bf0000;
	}
	.column-product-button a {
		padding: .75em 2em;
		font-size: 16px;
	}
}
.column-product-double {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 36px;
}
.column-product-double h4 {
  text-align: center;
  margin: .5em 0 .75em;
}
.column-product-double-tagline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.column-product-double-tagline::before,
.column-product-double-tagline::after {
  width: 2px;
  height: 16px;
  content: "";
  background-color: #333;
}
.column-product-double-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.column-product-double-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.column-product-double-price {
  font-size: 14px;
  text-align: center;
}
.column-product-double-right .column-product-double-price span span {
  color: #BF0000;
}
.column-product-double-inner {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 16px;
}
.column-product-double-price span span {
  font-size: 16px;
  font-weight: bold;
}
.column-product-double-price strong {
  font-size: 20px;
  font-weight: bold;
  color: #BF0000;
}
.column-product-double-price strong span {
  font-size: 14px;
}
.column-product-double-package {
  margin: 1em 0;
  text-align: center;
}
.column-product-double-package img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.column-product-double-features {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.column-product-double-features li {
  padding: .25em;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
}
.column-product-double-features li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.column-product-double-features li:nth-child(2),
.column-product-double-features li:nth-child(3) {
  width: 47%;
  border: 1px dotted #666;
  color: #666;
}
.column-product-double-right .column-product-double-features li:nth-child(2),
.column-product-double-right .column-product-double-features li:nth-child(3) {
  width: 47%;
  border: 1px solid #BF0000;
  color: #BF0000;
  font-weight: bold;
}
.column-product-double-button-left,
.column-product-double-button-right {
  text-align: center;
  margin: 1em 0;
}
.column-product-double-button-left a,
.column-product-double-button-right a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #44AEDA;
  background-image: linear-gradient(to right, #44AEDA 0%, #70C1BE 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.column-product-double-button-right a {
  background-color: #A4754A;
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
}
.column-product-double-button-left a::before,
.column-product-double-button-right a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.column-product-double-button-left a:hover::before,
.column-product-double-button-right a:hover::before {
  left: 100%;
}
@media (max-width: 1024px) {
	.column-product-double {
		flex-direction: column;
	}
}

/* column-aside */
.column-aside {
	min-width: 308px;
	width: 308px;
}
@media (max-width: 1024px) {
	.column-aside {
		min-width: auto;
		width: 100%;
	}
}

/* column-hashtag */
.column-hashtag {
	padding: 2em 1.5em 1.5em;
	border-radius: 24px;
	background-color: #F5F5F1;
	margin-top: 3em;
}
.column-hashtag > h2 {
	margin: 0;
	font-family: "Kohinoor Bangla", Arial, sans-serif;
	font-weight: normal;
	color: #FF8900;
	font-size: 36px;
	line-height: .8;
}
.column-hashtag > h2 span {
	font-family: sans-serif;
	color: #70C1BE;
	font-size: 20px;
}
.column-hashtag ul {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.column-hashtag ul li a {
	color: #222;
	text-decoration: none;
}
.column-hashtag ul li a:hover {
	text-decoration: underline;
}
.column-hashtag ul li a::before {
	content: "#";
	color: #02B4E1;
}
.column-hashtag-hidden {
	display: none;
}
.column-hashtag-button {
	text-align: center;
}
.column-hashtag-button a {
	display: block;
	padding: .25em;
	border-radius: 4px;
	background-color: #70C1BE;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.column-hashtag-button a:hover {
	opacity: .7;
}
.column-hashtag-oneline {
	display: none;
}
.column-hashtag-top {
	max-width: 1024px;
	margin: 3em auto;
	padding: 2em 1.5em 1.5em;
	border-radius: 24px;
	background-color: #F5F5F1;
}
.column-hashtag-top > h2 {
	margin: 0;
	font-family: "Kohinoor Bangla", Arial, sans-serif;
	font-weight: normal;
	color: #FF8900;
	font-size: 36px;
	line-height: .8;
}
.column-hashtag-top > h2 span {
	font-family: sans-serif;
	color: #70C1BE;
	font-size: 20px;
}
.column-hashtag-top ul {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}
.column-hashtag-top ul li a {
	color: #222;
	text-decoration: none;
}
.column-hashtag-top ul li a:hover {
	text-decoration: underline;
}
.column-hashtag-top ul li a::before {
	content: "#";
	color: #02B4E1;
}
@media (max-width: 1024px) {
	.column-hashtag {
		margin-top: 3em;
	}
	.column-hashtag > h2,
	.column-hashtag-top > h2  {
		font-size: 28px;
	}
	.column-hashtag > h2 span,
	.column-hashtag-top > h2 span {
		font-size: 16px;
	}
	.column-hashtag ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 16px;
		max-width: 100%;
		overflow-y: scroll;
		padding-bottom: 1em;
		scrollbar-color: #02B4E1 #B0E2E1;
	}
	.column-hashtag ul li {
		display: inline-block;
		flex-shrink: 0;
	}
	.column-hashtag-button {
		display: none;
	}
	.column-hashtag-oneline {
		display: block;
		margin: 3em 0 0;
	}
	.column-hashtag-oneline h2 {
		display: none;
	}
	.column-hashtag-oneline ul {
		list-style: none;
		margin: 0;
		padding: 0 1em 1em;
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		max-width: 100%;
		overflow-y: scroll;
		scrollbar-color: #02B4E1 #B0E2E1;
	}
	.column-hashtag-oneline ul li {
		display: inline-block;
		flex-shrink: 0;
	}
	.column-hashtag-oneline ul li a {
		display: inline-block;
		padding: .5em 1em .35em;
		border-radius: 16px;
		background-color: #B0E2E1;
		color: #222;
		font-size: 14px;
		text-decoration: none;
	}
	.column-hashtag-oneline ul li a:hover {
		text-decoration: underline;
	}
	.column-hashtag-oneline ul li a::before {
		content: "#";
		color: #02B4E1;
	}
	.column-hashtag-article {
		display: none;
	}
	.column-hashtag-top {
		margin: 3em 20px; 
	}
}

/* column-campaign */
.column-campaign {
	margin-top: 0;
}
.column-campaign > h2 {
	margin: 0;
	font-family: "Kohinoor Bangla", Arial, sans-serif;
	font-weight: normal;
	color: #FF8900;
	font-size: 36px;
	line-height: .8;
}
.column-campaign > h2 span {
	font-family: sans-serif;
	color: #70C1BE;
	font-size: 20px;
}
.column-campaign ul {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}
.column-campaign ul li {
	margin: 2em 0;
	font-size: 12px;
	text-align: center;
}
.column-campaign ul li img {
	max-width: 100%;
	height: auto;
	margin-bottom: .25em;
}
.column-campaign ul li a:hover {
	opacity: .7;
}
@media (max-width: 1024px) {
	.column-campaign {
		margin-top: 3em;
	}
	.column-campaign > h2  {
		font-size: 28px;
	}
	.column-campaign > h2 span {
		font-size: 16px;
	}
}

/* column-article */
.column-article-header h1 {
	margin: 0 0 .25em;
	font-size: 30px;
}
.column-article-header .column-article-date {
	margin: 1em 0;
	color: #666;
	font-size: 14px;
	text-align: right;
}
.column-article-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
}
.column-article-header img {
	display: block;
	margin: 1em auto;
	max-width: 100%;
	height: auto;
}
.column-article-index {
	margin: 2em 0;
	padding: 2em;
	background-color: #F2F7F8;
}
.column-article-index h2 {
	margin-top: 0;
	font-size: 20px;
	color: #666;
}
.column-article-index ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-article-index ul li {
	margin-top: .5em;
	padding-left: 16px;
	padding-bottom: .25em;
	border-bottom: 1px dotted #999;
	background-image: url(../img/column-arrow.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
}
.column-article-index ul li a {
	color: #333;
}
.column-article-index ul li a:hover {
	color: #999;
}
.component-note {
	margin-top: 2em;
	padding: .5em;
	background-color: #c00;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}
.column-article-body h2 {
	padding: .5em;
	background-image: linear-gradient(to right, #02B4E1, #02B5AF);
	color: #fff;
	font-size: 24px;
}
.column-article-body h3 {
	padding-left: .5em;
	border-left: 8px solid #02B4E1;
	font-size: 20px;
	font-weight: bold;
}
.column-article-body h4 {
	font-size: 18px;
	font-weight: bold;
}
.column-article-body strong {
	color: #FF8900;
	font-weight: bold;
}
.column-article-body a {
	color: #02B4E1;
	text-decoration: underline;
	transition: .3s;
}
.column-article-body a:hover {
	color: #02B5AF;
}
.column-article-body p img {
	max-width: 100%;
	height: auto;
}
.column-article-image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.column-article-image-right {
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}
.column-article-center {
	text-align: center;
}
.column-article-center img {
	margin: 0 .25em .25em;
}
.column-article-body table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
}
.column-article-body tr:nth-child(even) {
	background-color: #eee;
}
.column-article-body th,
.column-article-body td {
	padding: .5em;
	border: 1px solid #666;
	font-size: 16px;
}
.column-article-body th {
	background-color: #02B4E1;
	color: #fff;
	font-weight: normal;
}
.column-article-body blockquote {
	position: relative;
	margin: 1em 0;
	padding: .5em 1.5em;
	background-color: #eee;
}
.column-article-body blockquote:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #F9FAFA #F9FAFA #B2DFDB #B2DFDB;
}
.column-article-body blockquote p:last-child {
	text-align: right;
}
.column-article-point {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-article-point li {
	margin: 1em 0;
	color: #02B5AF;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.column-article-point span {
  position: relative;
  display: inline-block;
  min-width: 92px;
  margin-right: 24px;
  padding: 10px 14px;
  border-radius: 8px;
  background-image: linear-gradient(to right, #02B4E1, #02B5AF);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.column-article-point span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #02B5AF;
  translate: 100% -50%;
}
.column-article-step {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-article-step li {
	margin: 1em 0;
	color: #02B4E1;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.column-article-step li > span {
	min-width: 45px;
	height: 45px;
	margin-right: 16px;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.column-article-step li > span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: auto;
    height: 45px;
    width: 45px;
    background-color: #E9F3F8;
    border-radius: 50%;
}
.column-article-step li > span > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
}
.column-article-step li > span > i {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
}
.column-article-dialog-left,
.column-article-dialog-right {
	display: flex;
}
.column-article-dialog-left img,
.column-article-dialog-right img {
	margin-top: 1em;
}
.column-article-dialog-left p {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 1em;
  border: 2px solid #02b4e1;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.column-article-dialog-left p::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #02b4e1 transparent transparent;
  translate: -100% -50%;
}
.column-article-dialog-left p::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.column-article-dialog-left__green p {
  border: 2px solid #70C1BE;
}
.column-article-dialog-left__green p::before {
  border-color: transparent #70C1BE transparent transparent;
}
.column-article-dialog-right p {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 1em;
  border: 2px solid #02b4e1;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.column-article-dialog-right p::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #02b4e1;
  translate: 100% -50%;
}
.column-article-dialog-right p::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  border-style: solid;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
.column-article-dialog-right__green p {
  border: 2px solid #70C1BE;
}
.column-article-dialog-right__green p::before {
  border-color: transparent transparent transparent #70C1BE;
}
.column-article-dialog-left p span,
.column-article-dialog-right p span {
	display: block;
	color: #02B4E1;
	font-weight: bold;
}
.column-article-dialog-left__green p span,
.column-article-dialog-right__green p span {
	display: block;
	color: #70C1BE;
	font-weight: bold;
}
.column-article-faq span {
	color: #02B4E1;
	font-size: 20px;
	font-weight: bold;
}
.column-article-faq dt {
	margin-top: 1em;
	color: #02B4E1;
	font-size: 18px;
	font-weight: bold;
}
.column-article-faq dt:not(:first-child) {
	border-top: 1px dotted #02B4E1;
	padding-top: 1em;
}
.column-article-faq dd {
	margin-left: 0;
	margin-top: .5em;
	padding-left: 28px;
	text-indent: -28px;
}
.column-article-box {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
.column-article-box li {
	width: 48%;
	margin-top: 56px;
	padding: 0 1em 1em;
	border: 2px solid #02B4E1;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
	background-color: #fff;
	color: #02B4E1;
	position: relative;
}
.column-article-box li p:first-child {
	position: absolute;
	top: -68px;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 16px;
	background-image: linear-gradient(to right, #02B4E1, #02B5AF);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.column-article-box li p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #42B5C7 transparent transparent;
  translate: -50% 100%;
}
.column-article-box li p:nth-child(2) {
	margin: 0;
	text-align: center;
}
.column-article-box-title {
	margin-top: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #0FA003;
	color: #0FA003;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.column-article-box-title span {
	font-size: 16px;
}
.column-article-related {
	display: flex;
	justify-content: space-between;
}
.column-article-related div {
	width: 49%;
	margin: 1em 0;
	padding: 1em;
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.column-article-related h4 {
	margin: 0 0 .5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #70C1BE;
	color: #70C1BE;
}
.column-article-related p {
	margin: 0;
}
.column-article-author {
	margin-bottom: 0;
	padding: .5em .5em .3em;
	border: 1px solid #02B4E1;
	background-color: #02B4E1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.column-article-author-content {
	margin-top: 0;
	padding: 1.5em;
	border: 1px solid #02B4E1;
	background-color: #fff;
	display: flex;
}
.column-article-author-content img {
	margin-right: 1em;
}
.column-article-author-content p:first-child {
	margin-top: 0;
	padding-bottom: .75em;
	border-bottom: 1px dotted #02B4E1;
}
.column-article-author-content p:first-child span {
	color: #02B4E1;
	font-size: 20px;
	font-weight: bold;
}
.column-article-author-content p:last-child {
	margin-bottom: 0;
}
.column-article-supervisor {
	margin-bottom: 0;
	padding: .5em .5em .3em;
	border: 1px solid #03A09A;
	background-color: #03A09A;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.column-article-supervisor-content {
	margin-top: 0;
	padding: 1.5em;
	border: 1px solid #03A09A;
	background-color: #fff;
	display: flex;
}
.column-article-supervisor-content img {
	margin-right: 1em;
}
.column-article-supervisor-content p:first-child {
	margin-top: 0;
	padding-bottom: .75em;
	border-bottom: 1px dotted #02B4E1;
}
.column-article-supervisor-content p:first-child span {
	color: #03A09A;
	font-size: 20px;
	font-weight: bold;
}
.column-article-supervisor-content p:last-child {
	margin-bottom: 0;
}
.column-article .column-bn {
	margin-top: 4em;
}
@media (max-width: 1024px) {
	.column-article {
		margin-top: -3.5em;
	}
	.column-article-header h1 {
		font-size: 24px;
	}
	.column-article-header .column-article-date {
		font-size: 12px;
		text-align: left;
	}
	.column-article-header ul li {
		font-size: 14px;
	}
	.column-article-body h2 {
		font-size: 20px;
	}
	.column-article-body h3 {
		font-size: 18px;
	}
	.column-article-body h4 {
		font-size: 16px;
	}
	.column-article-image-left {
		display: block;
		float: none;
		margin: 1em auto;
	}
	.column-article-image-right {
		display: block;
		float: none;
		margin: 1em auto;
	}
	.column-article-point li {
		font-size: 16px;
	}
	.column-article-point li > span {
		font-size: 16px;
		padding: 8px 10px;
	}
	.column-article-step li {
		font-size: 16px;
	}
	.column-article-box {
		flex-direction: column;
	}
	.column-article-box li {
		width: 100%;
	}
	.column-article-author-content,
	.column-article-supervisor-content {
		display: block;
	}
	.column-article-author-content img,
	.column-article-supervisor-content img {
		display: block;
		margin: 0 auto 1em;
	}
}
