.rb_info_list1 {position: relative; margin-top: 40px; padding-top: 40px; border-top: 1px solid #eee;}
.rb_info_list1:last-child {border-bottom: 1px solid #eee; padding-bottom: 40px;}
.rb_info_list1 .rb_card_list6_tit {font-size: 20px; margin-top: 0px;}
.rb_info_list1 .rb_card_list6_sub {font-size: 16px; color:#000; margin-top: 10px;}
.rb_info_list1 .rb_card_list6_span {display: flex;gap: 4px 10px;flex-direction: row;flex-wrap: wrap; margin-top: 20px; max-width: 80%;}
.rb_info_list1 .rb_card_list6_span span {background-color: #f5f6f9; padding: 5px 10px; color:#89919c; border-radius: 30px;} 
.rb_info_list1 i {position: absolute; top:40px; right:0px;}
.rb_info_list1 i img {object-fit: cover; width: 100%; height:100%; border-radius: 10px;}
.rb_info_list1 ul {padding-right: 350px;}


.discovery-section {
    position: relative;
    max-width: 1400px;
    margin: 40px auto;
    padding: 100px 50px; /* ÃæºÐÇÑ ³ôÀÌ È®º¸ */
    border-radius: 30px;
    overflow: hidden;
    background-color: #222; /* ÀÌ¹ÌÁö ·Îµå Àü ±âº» ¹è°æ»ö */
}

/* ¹è°æ ÀÌ¹ÌÁö °øÅë ¼³Á¤ */
.bg-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    animation: slideAnimation 15s infinite; /* 3Àå ±âÁØ ÃÑ 15ÃÊ */
}

/* °¢ ÀÌ¹ÌÁöº° ¾Ö´Ï¸ÞÀÌ¼Ç Áö¿¬ ½Ã°£ Á¶Àý */
.bg-slide:nth-child(1) { 
    background-image: url('https://shuwb.com/jung/hm1.jpg'); 
    animation-delay: 0s;
}
.bg-slide:nth-child(2) { 
    background-image: url('https://shuwb.com/jung/hm2.jpg'); 
    animation-delay: 5s;
}
.bg-slide:nth-child(3) { 
    background-image: url('https://shuwb.com/jung/hm3.jpg'); 
    animation-delay: 10s;
}

/* ÆäÀÌµå ÀÎ/¾Æ¿ô ¾Ö´Ï¸ÞÀÌ¼Ç Á¤ÀÇ */
@keyframes slideAnimation {
    0% { opacity: 0; }
    10%, 33% { opacity: 1; } /* È­¸é¿¡ ¸Ó¹«´Â ½Ã°£ */
    43%, 100% { opacity: 0; } /* »ç¶óÁö´Â ½Ã°£ */
}

/* ¾îµÎ¿î ¿À¹ö·¹ÀÌ: ÅØ½ºÆ® °¡µ¶¼º È®º¸ */
.discovery-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    z-index: 2;
}

/* ÄÜÅÙÃ÷ ¿µ¿ª */
.discovery-content {
    position: relative;
    z-index: 3; /* ¹è°æº¸´Ù À§¿¡ À§Ä¡ */
    color: #fff;
}

.discovery-content h2 { font-size: 48px; font-weight: 900; margin: 0; letter-spacing: -2px; }
.discovery-content h3 { font-size: 24px; margin: 15px 0 35px; opacity: 0.8; }
.discovery-content p { font-size: 18px; margin: 15px 0 35px; opacity: 0.8; }

.keyword-wrapper { display: flex; flex-wrap: wrap; gap: 12px; }
.keyword-item { 
    padding: 10px 22px; 
    background: rgba(255,255,255,0.15); 
    backdrop-filter: blur(8px); 
    border: 1px solid rgba(255,255,255,0.2); 
    border-radius: 50px; 
    color: #fff; 
    text-decoration: none; 
    font-weight: 700; 
    font-size: 15px;
    transition: 0.3s;
}
.keyword-item:hover { background: #fff; color: #0066FF; }

 @media all and (max-width:1024px) {
    .rb_info_list1 i img {width: 100px;}
    .rb_info_list1 ul {padding-right: 120px;}
}