/* ¹è°æ ÀüÃ¼ */
.vip-wrapper {
width: 100%;
background: #fff;
margin-bottom: 100px;
padding: 40px 0;
}

/* ¼½¼Ç ·¹ÀÌ¾Æ¿ô */
.vip-section {
max-width: 1350px;
margin: auto;
display: flex;
padding: 20px;
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.jpg') 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);
}








/* Á¦¸ñ & ¼³¸í */
.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;
}

/* ÀÔ·ÂÃ¢ */
.input-group {
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: rgba(255,255,255,0.5) !important;
}

.input-group input:focus {
border-bottom: 2px solid #d4af37 !important; /* ±Ý»ö °­Á¶ */
}

/* ¹öÆ° */
.vip-btn {
width:100%;
margin-top: 20px;
height: 50px;
border: none;
cursor: pointer;
font-weight: bold;
font-size: 22px;
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: 14px !important;
color: #ccc !important;
line-height: 1.6 !important;
}

/* ¹ÝÀÀÇü */
@media(max-width:768px){
.vip-section {
flex-direction: column;
}
.vip-left {
height: 250px;
border-radius: 12px 12px 0 0;
}
.vip-right {
border-radius: 0 0 12px 12px;
}
}

@media(min-width:1921px){
.vip-section{
max-width:1500px;
}
}