#bk16w2 {
	padding-bottom: 40px;
	padding-top: 15px;
	margin-bottom: 60px;
    background-color: #F5F5F8;
    transition: background-color 0.35s ease;
}
#bk16w {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#bk16h2w {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
#bk16h2w > h2 {
    transition: opacity 0.35s ease, transform 0.35s ease;
}
#bk16w2.blog-now #bk17h2,
#bk16w2:not(.blog-now) #bk16h2 {
    position: absolute;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}
#bk16-blog-ui {
    border-radius: 10px;
    height: 54px;
    padding: 5px;
    background-color: #83749F;
    display: inline-flex;
    gap: 5px;
    box-sizing: border-box;
}
#bk16-blog-ui>div {
    padding: 5px;
    min-width: 102px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 10px;
    box-sizing: border-box;
    color: white;
    transition: 0.5s ease color, 0.5s ease background-color;
    cursor: pointer;
}
#bk16-blog-ui>div.now {
    background-color: white;
    color: #03969D;
	pointer-events: none;
}
#b16_a0 {
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
}
#b16_a0 .b16_a {
    grid-area: 1 / 1;
    display: flex;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}
#b16_a0 .b16_a.now {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
}
#b16_c,
#b17_c {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
#bk16w2.blog-now #b17_c,
#bk16w2:not(.blog-now) #b16_c {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
}
#b16_a0 .b16_b {
    width: calc(100% / 3 - (40px / 3));
    display: flex;
    flex-direction: column;
}
#b16_a0 .b16_i {
    aspect-ratio: 1.292;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
	background-color: #03969d;
}
#b16_a0 .b16_b2 {
    padding: 20px 10px 10px;
    box-sizing: border-box;
}
#b16_a0 .b16_b2>div {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #9DA1A2;
}
#b16_a0 h3 {
    color: #4D4D54;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 0;
}
@media (max-width: 1400px) {
#bk16w2 {
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 50px;
}
#bk16w {
    max-width: 1098px;
    padding: 0 20px;
}
#b16_a0 {
    margin-top: 40px;
    margin-bottom: 40px;
}
#b16_a0 .b16_a {
    gap: 10px;
}
#b16_a0 .b16_b {
    width: calc(100% / 3 - (20px / 3));
}
#b16_a0 h3 {
    font-size: 18px;
    line-height: 22px;
}
}
@media (max-width: 767px) {
#bk16w {
    padding: 0 5px;
}
#b16_a0 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#b16_a0 .b16_a {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
#b16_a0 .b16_b {
    width: 100%;
    max-width: 360px;
}
#b16_a0 h3 {
    font-size: 20px;
    line-height: 24px;
}
}
