:root {
	--swiper-arrow-left: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='38' viewBox='0 0 22 38' fill='none'%3E%3Cpath d='M1.23223 20.7678C0.255922 19.7915 0.255922 18.2085 1.23223 17.2322L17.1421 1.32233C18.1184 0.34602 19.7014 0.34602 20.6777 1.32233C21.654 2.29864 21.654 3.88155 20.6777 4.85786L6.53553 19L20.6777 33.1421C21.654 34.1184 21.654 35.7014 20.6777 36.6777C19.7014 37.654 18.1184 37.654 17.1421 36.6777L1.23223 20.7678ZM4 21.5H3V16.5H4V21.5Z' fill='%2383749F'/%3E%3C/svg%3E");
	--swiper-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='38' viewBox='0 0 22 38' fill='none'%3E%3Cpath d='M20.7678 20.7678C21.7441 19.7915 21.7441 18.2085 20.7678 17.2322L4.85786 1.32233C3.88155 0.34602 2.29864 0.34602 1.32233 1.32233C0.34602 2.29864 0.34602 3.88155 1.32233 4.85786L15.4645 19L1.32233 33.1421C0.34602 34.1184 0.34602 35.7014 1.32233 36.6777C2.29864 37.654 3.88155 37.654 4.85786 36.6777L20.7678 20.7678ZM18 21.5H19V16.5H18V21.5Z' fill='%2383749F'/%3E%3C/svg%3E");
}
#bk05w {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
}
#b05_SW {
    margin: 40px auto 30px;
    width: 100%;
    border-bottom: 4px solid #b5b5be;
}
#bk05w .b05_d:not(.now), #bk05w .b05_d:not(.all) .b05_c2:nth-of-type(n+6), #bk05w .b05_c>span {
    display: none;
	pointer-events: none;
}
#bk05w .b05_d:not(.all) .b05_c2:nth-of-type(6) ~ span {
    display: block;
	pointer-events: all;
}
#b05_a .b05_a2 {
    margin: 0;
    min-width: 0;
    width: 50%;
    flex: 1 1 50%;
    background-color: #EDEDED;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal;
}
#b05_a .b05_a2:not(.now) {
    transition: 0.5s ease color, 0.5s ease background-color;
}
#b05_a .b05_a2.now {
    pointer-events: none;
}
#b05_a .b05_a2.now, #b05_a .b05_a2:hover {
    background-color: #03969D;
    color: white;
}
#bk05w .b05_c {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#bk05w .b05_c2 {
    background-color: #F5F5F8;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    /*width: calc((100% / 3) - (40px / 3));*/
    width: calc(50% - 5px);
    min-height: 274px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#bk05w .b05_c2:nth-child(1), #bk05w .b05_c2:nth-child(2) {
    width: calc(50% - 10px);
}
#bk05w .b05_c2:nth-child(3), #bk05w .b05_c2:nth-child(4) {
    width: calc(50% - 10px);
}
#bk05w .b05_c2 .h3 {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    color: black;
    font-weight: 600;
    width: 100%;
}
#bk05w .b05_c2 p {
    margin: 10px 0 5px;
    color: #585858;
    width: 100%;
    font-size: 12px;
    line-height: 1.27;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#bk05w .b05_c2 a, #bk05w .b05_d2 {
    font-size: 16px;
    line-height: 1.36;
    font-weight: 700;
    color: white;
    background-color: #6BC4CA;
    min-width: 180px;
    min-height: 60px;
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 20px;
    box-sizing: border-box;
	margin-top: auto;
}
#bk05w .b05_d2 {
    font-size: 20px;
    line-height: 1;
    margin: 30px auto 0;
    background-color: #03969D;
    min-width: 230px;
    gap: 8px;
    cursor: pointer;
}
#bk05w .b05_c3 {
    width: 132px;
    aspect-ratio: 1;
    background-color: #F5F5F8;
    border-top-left-radius: 10px;
    margin-right: -30px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bk05w .b05_c4 {
    width: 100px;
    aspect-ratio: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1400px) {
#bk05w {
    margin-bottom: 50px;
    padding: 0 10px;
    max-width: calc(100% - 20px);
}
#b05_SW {
    margin: 30px auto 20px;
}
#b05_a .b05_a2 {
    font-size: 24px;
    line-height: 32px;
    min-width: 0;
}
#bk05w .b05_c {
    gap: 10px 20px;
}
#bk05w .b05_c2 {
    padding: 5px;
    min-height: 206px;
    flex-direction: column;
}
#bk05w .b05_c2:nth-child(1), #bk05w .b05_c2:nth-child(2) {
    width: calc(50% - 5px);
}
#bk05w .b05_c2:nth-child(3), #bk05w .b05_c2:nth-child(4) {
    width: calc(50% - 10px);
}
#bk05w .b05_c2:nth-child(1) {
    margin-right: -5px;
}
#bk05w .b05_c2:nth-child(2) {
    margin-left: -5px;
}
#bk05w .b05_c2:nth-child(3) {
    margin-right: -5px;
}
#bk05w .b05_c2:nth-child(4) {
    margin-left: -5px;
}
#bk05w .b05_c2 .h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 5px;
}
#bk05w .b05_c2 p {
    font-size: 15px;
    line-height: 18px;
    margin: 0 5px 10px;
}
#bk05w .b05_c2 a {
    min-width: 154px;
    font-size: 14px;
    line-height: 17px;
}
#bk05w .b05_c3 {
    width: 65px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#bk05w .b05_c4 {
    width: 50px;
}
#bk05w .b05_d2 {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
#bk05w {
    margin-bottom: 30px;
    padding: 0 5px;
}
#b05_SW {
    margin: 20px auto 10px;
}
#b05_a .b05_a2 {
    font-size: 16px;
    line-height: 21px;
    min-width: auto;
    padding: 15px 10px;
}
#bk05w .b05_c {
    gap: 10px;
    flex-direction: column;
}
#bk05w .b05_c2 {
    width: 100% !important;
    margin: 0 !important;
}
#bk05w .b05_c2 a {
    min-width: 172px;
}
#bk05w .b05_d2 {
    margin-top: 30px;
}
}
