#bk02w {
    overflow: hidden;
    max-width: 1540px;
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#bk02w h1 {
	text-align: center;
	margin: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bk02w > a {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F5F5F8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	color: black;
	transition: 0.5s ease color, 0.5s ease background-color;
}
#bk02w h3 {
    margin: auto 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
}
#bk02w .b02_a {
    position: relative;
    aspect-ratio: 1.715;
}
#bk02w .b02_a::before {
    content: '';
    background-color: rgb(0 0 0 / 29%);
    position: absolute;
    inset: 0;
    z-index: 1;
	transition: 0.5s ease background-color;
}
#bk02w img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
#bk02w .b02_b {
    position: absolute;
    width: 94px;
    aspect-ratio: 1;
    background-color: #83749F;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#bk02w .b02_c {
    background-color: white;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 54%;
    aspect-ratio: 1;
}
#bk02w > a:hover {
    background-color: #03969d;
    color: white;
}
#bk02w > a:hover .b02_a::before {
    background-color: rgb(0 0 0 / 0%);
}
@media (max-width: 1400px) {
#bk02w {
    padding: 0 10px;
    max-width: calc(100% - 20px);
	margin-bottom: 50px;
}
#bk02w h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 13px;
}
#bk02w .b02_b {
    width: 64px;
}
}
@media (max-width: 767px) {
#bk02w {
    padding: 0 5px;
    margin-bottom: 30px;
}
#bk02w .b02_a {
    aspect-ratio: 1.123;
}
#bk02w h3 {
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
}
#bk02w .b02_b {
    right: 50%;
    transform: translateX(50%);
    bottom: 5px;
}
}
