.whykorea .sub_visual{
  border-bottom-color:#F2F4F8;
  background-color: #F2F4F8;
}

.whykorea .nice-select .tab-toggle{
  background-color: #F2F4F8;
}
.whykorea .tit_wrap .inner{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
.whykorea .tit_wrap .inner .tit{
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-content: flex-start;
}
.whykorea .tit_wrap .inner .tit h1{
color: var(--primary, #245199);
font-size: 6rem;
font-weight: 700;
text-align: left;
}
.whykorea .tit_wrap .inner .tit p{
color: #111;
font-size: 2.4rem;
font-weight: 400;
}
.whykorea .tit_wrap .btn-big_round{
    font-size: 2rem;
    border-radius: 4rem;
    box-shadow: 0 4px 15px 0 rgba(166, 208, 241, 0.50);
    min-width: 22.5rem;
padding: 2rem 3.2rem;
width: 100%;
max-width: 360px;
}
.whykorea .full{
    background: #F8F8F9;
}
.card_list{
    display: grid;
    gap: 10px;
}
.card_list.grid_5{
    grid-template-columns: repeat(5, 1fr);
}
.card_list.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.card{
    border-radius: 5px;
border: 1px solid #D9D9D9;
padding: 2rem;
flex-direction: column;
align-items: center;
gap: 10px;
display: flex;
}
.card h5{
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    word-break: keep-all;
    letter-spacing: -0.5px;
}
.card .card_txt > span{
    color: var(--sub_text, #666);
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    word-break: keep-all;
    display: block;
}
.whykorea .icon_card .icon{
    width: 100px;
    height: 100px;
    display: block;
    background-image: url(../img/whykorea/why_icon_01.png);
    background-size: auto 100px;
}
.whykorea .icon_card.card_01 .icon{
    background-position: 0 0;
}
.whykorea .icon_card.card_02 .icon{
    background-position: -100px 0;
}
.whykorea .icon_card.card_03 .icon{
    background-position: -200px 0;
}
.whykorea .icon_card.card_04 .icon{
    background-position: -300px 0;
}
.whykorea .icon_card.card_05 .icon{
    background-position: -400px 0;
}
.whykorea .icon_card.card_06 .icon{
    background-position: -500px 0;
}
.whykorea .icon_card.card_07 .icon{
    background-position: -600px 0;
}
.whykorea .icon_card.card_08 .icon{
    background-position: -700px 0;
}
.whykorea .icon_card.card_09 .icon{
    background-position: -800px 0;
}
.whykorea .icon_card.card_10 .icon{
    background-position: -900px 0;
}

.why_2 h2{
    color: var(--text, #111);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 125%
}

.why_2 h2 .txt-basic{
    color: var(--primary);
}
.why_2_cont{
    padding: 3.2rem 0;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.why_2_item{
    display: flex;
    flex-direction: row;
    gap: 3.2rem;
}
.why_2_item:nth-child(odd){
    flex-direction: row-reverse;
}
.why_2_txt{
    width: 100%;
   padding: 3.2rem 0;
}
.why_2_txt .why_2_tit{
    display: flex;
    padding: 0 2rem;
    align-items: center;
    gap: 1.6rem;
    border-top: 1px solid var(--primary, #245199);
    align-self: stretch;
}
.why_2_txt .why_2_tit h3{
    color: var(--primary, #245199);
    font-size: 3.6rem;
    font-weight: 700;
}
.why_2_txt .why_2_tit .num{
    background: var(--primary, #245199);
    display: flex;
    width: 80px;
    height: 80px;
    padding: 1.2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.8rem;
}
.why_2_txt ul {
    padding: 3.2rem 2rem;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.why_2_txt ul > li {
    padding-left: 16px;
    position: relative;
    word-break: keep-all;
}
.why_2_txt ul > li::before{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--primary);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}
.why_2_img img{
    border-radius: 2rem;
    max-width: 480px;
}
.why_3_cont{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 7.2rem;
    justify-content: center;
}
.why_3_cont .why_3_card{
    border-radius: 5px;
    background: var(--primary, #245199);
    color: #fff;
    max-width: 280px;
    padding: 2rem;
    padding-bottom: 6rem;
    position: relative;

}
.why_3_cont .why_3_card:nth-child(odd){
    background: #4E74B1;
}
.why_3_cont .why_3_card::after{
    width: 60px;
    height: 60px;
    background-image: url('../img/whykorea/why_icon_02.png');
    background-size: auto 60px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    content: '';
}
.why_3_cont .why_3_1.why_3_card::after{
    background-position: 0 0;
}
.why_3_cont .why_3_2.why_3_card::after{
    background-position: -60px 0;
}
.why_3_cont .why_3_3.why_3_card::after{
    background-position: -120px 0;
}
.why_3_cont .why_3_4.why_3_card::after{
    background-position: -180px 0;
}
.why_3_cont .why_3_5.why_3_card::after{
    background-position: -240px 0;
}
.why_3_cont .why_3_6.why_3_card::after{
    background-position: -300px 0;
}
.why_3_cont .why_3_7.why_3_card::after{
    background-position: -360px 0;
}
.why_3_cont .why_3_card h5{
    margin-bottom: 10px;
    text-align: left;   
    font-size: 2.4rem;
    font-weight: 700;

}
.why_3_cont .why_3_card p{
    font-size: 1.6rem;
    font-weight: 400;
    word-break: keep-all;
}

.color_icon_card .color_icon{
    padding: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: var(--blue, #367AE5);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.color_icon_card:nth-child(odd) .color_icon{
background: var(--purple, #4F46E5);
background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.card_01.color_icon_card .color_icon{
    background-image: url('../img/whykorea/why_icon_0301.svg');   
}
.card_02.color_icon_card .color_icon{
    background-image: url('../img/whykorea/why_icon_0302.svg');   
}
.card_03.color_icon_card .color_icon{
    background-image: url('../img/whykorea/why_icon_0303.svg');   
}
.card_04.color_icon_card .color_icon{
    background-image: url('../img/whykorea/why_icon_0304.svg');   
}
@media screen and (max-width: 1241px) {
.why_2_img img{
    max-width: 280px;
}
}
@media screen and (max-width: 769px) {
.whykorea .tit_wrap .inner {
    flex-direction: column;
    gap: 20px;
}
.card_list.grid_5, .card_list.grid_4{
    grid-template-columns: repeat(2, 1fr);
}
.why_2_item, .why_2_item:nth-child(odd){
    flex-direction: column;
    gap: 0rem;
}
.why_2_img{
     aspect-ratio: 2 / 1; 
     overflow: hidden;
}
.why_2_img img{
    max-width: 100%;
   width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_3_cont .why_3_card {
    max-width: calc(50% - 5px);
}
.why_3_cont .why_3_card:nth-child(3), .why_3_cont .why_3_card:nth-child(5){
    background: var(--primary);
}
.why_3_cont .why_3_card:nth-child(4), .why_3_cont .why_3_card:nth-child(5){
    background: #4E74B1;
}
}