/* ¹è°æ ÀüÃ¼ */
.vip-wrapper {
width: 100%;
background: #fff;
margin-bottom: 100px;
padding: 40px 0;
}

/* ¼½¼Ç ·¹ÀÌ¾Æ¿ô */
.vip-section {
max-width: 1300px;
margin: auto;
display: flex;
background:#000;
border-radius: 12px;
box-shadow: 0 15px 40px rgba(0,0,0,0.25); /* Èò»ö ¹è°æ À§¿¡¼­ ¶° ÀÖ´Â ´À³¦ */
}

/* ¿ÞÂÊ ÀÌ¹ÌÁö */
.vip-left {
flex: 6.5;
background: url('/default//img/images/entry_go.webp') center/cover no-repeat;
min-height: 350px;
border-radius: 12px 0 0 12px;
}

/* ¿À¸¥ÂÊ Æû */
.vip-right {

flex: 3.5;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
color: #fff;
border-radius: 0 12px 12px 0;
}

#name{background-color:#000 !important;}


    margin-top: 15px;
height: 50px;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 16px;
color: #000 !important;
border-radius: 6px;
background: linear-gradient(135deg, #b39364 0%, #f2dca9 50%, #b49567 100%) !important;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}

.formmail-buttons .vip-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}


/* ±âº» (PC) ¡æ ÁÙ¹Ù²Þ ¼û±è */
.mobile-br {
display: none;
}





/* Á¦¸ñ & ¼³¸í */
.vip-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
color: #f5d88f; /* ±Ý»ö Æ÷ÀÎÆ® */
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.vip-desc {
font-size: 16px;
color: #ddd;
line-height: 1.6;
margin-bottom: 25px;
}

/* ÀÔ·ÂÃ¢ */


/* &#128293; ¼ºÇÔ + ¿¬¶ôÃ³ ÇÑ ÁÙ */
.input-row {
display: flex;
gap: 15px;
}

.input-row .input-group {
flex: 1;
margin-bottom: 15px;
}









.input-group input {
width: 100% !important;
height: 45px !important;
border: none !important;
border-bottom: 1px solid rgba(255,255,255,0.6) !important;
background-color: transparent !important;
color: #fff !important;
font-size: 15px !important;
outline: none !important;
padding: 5px 0 !important;
transition: all 0.3s ease;
}

.input-group input::placeholder {
color: #ffffff !important;
opacity: 1 !important;
}

.input-group input:focus {
border-bottom: 2px solid #d4af37 !important; /* ±Ý»ö °­Á¶ */
}

/* ¹öÆ° */
.vip-btn {
padding:0 50px;
margin:0 auto;
margin-top: 35px;
height: 50px;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 16px;
color: #000;
border-radius: 6px;
background: linear-gradient(135deg, #b39364 0%, #f2dca9 50%, #b49567 100%);
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}

.vip-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Ã¼Å©¹Ú½º */
.vip-right input[type="checkbox"] {
width: 16px !important;
height: 16px !important;
margin-right: 8px !important;
vertical-align: middle !important;
cursor: pointer !important;
accent-color: #d4af37 !important; /* ±Ý»ö Ã¼Å© Ç¥½Ã */
}

.vip-right label {
font-size: 15px !important;
color: #ccc !important;
line-height: 1.6 !important;
}

/* ¹ÝÀÀÇü */
@media(max-width:768px){
  .input-row {
flex-direction: column;
}
.vip-section {
flex-direction: column;
}
.vip-left {
display: none !important;
}
.vip-right {
background: url('/default//img/images/entry_go_m.webp') center/cover no-repeat;
border-radius: 0 0 12px 12px;
}
.mobile-br {
display: inline;
}
}

@media(min-width:1921px){
.vip-section{
max-width:1400px;
}
}