/* BASIC css start */
/* === ¸ð¹ÙÀÏ È¸¿øÇýÅÃ ÆäÀÌÁö Àü¿ë CSS === */
#membership {
    background: #FDFBF4; 
    position: relative; /* GNB °ãÄ§ ¹æÁö */
}
#membership img { 
    width: 100%; 
    display: block; 
}
footer#footer { margin-top: 0;}

/* »ó´Ü ÅØ½ºÆ® ¸Þ´º ÅÇ (°­Á¦ ÃÊ±âÈ­) */
ul.scrollTabB {
    display: flex !important;
    background: #12423e !important; 
    margin: 0 !important; 
    padding: 12px 0 !important; 
    list-style: none !important;
    width: 100% !important; 
    box-sizing: border-box !important;
}
ul.scrollTabB li {
    width: 20% !important; 
    text-align: center !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important; 
    background: none !important; /* ±âº» ½ºÅ²ÀÇ Á¡(dot) ÀÌ¹ÌÁö °­Á¦ »èÁ¦ */
    padding: 0 !important; 
    margin: 0 !important;
}
ul.scrollTabB li:nth-child(5) {
    border-right: 0 !important;
}

/* ÅÇ ¸Þ´º ±Û¾¾ (ÇÏ¾á»ö °­Á¦ °íÁ¤ ¹× Âî±×·¯Áü ¹æÁö) */
ul.scrollTabB li a {
    display: block !important;
    text-decoration: none !important;
    padding: 0 !important;
}
ul.scrollTabB li a .eng-title {
    display: block !important;
    font-size: 10px !important; 
    color: #ffffff !important; 
    opacity: 0.7 !important;
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
}
ul.scrollTabB li a .kor-desc {
    display: block !important;
    font-size: 12px !important; 
    color: #ffffff !important; 
    font-weight: 600 !important;
    letter-spacing: -0.5px !important; 
    line-height: 1.2 !important;
    word-break: keep-all !important;
}

/* ´ÜÀÏ ¹öÆ° ¿Ïº® Áß¾Ó Á¤·Ä*/
.btn-center-350 {
    display: block !important;
    width: calc(100vw - 40px) !important; 
    max-width: none !important; 
    margin: 0 auto !important; 
}

/* º£³×ÇÍ 3: 2°³Â¥¸® ¾Û ´Ù¿î·Îµå ¹öÆ° (¾ç¿· 20px ¿©¹é + ¹öÆ° »çÀÌ 20px °£°Ý) */
#membership .container__paddingX2 {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px !important; /* ¹öÆ°°ú ¹öÆ° »çÀÌ °£°Ý */
    padding: 0 20px !important; /* È­¸é ¾ç³¡ ÁÂ¿ì 20px ¿©¹é */
    margin: 0 !important;
    max-width: none !important; /* 350px °íÁ¤ ÇØÁ¦ */
    width: 100% !important;
    box-sizing: border-box !important;
}
#membership .container__paddingX2 span {
    flex: 1 !important; /* µÎ ¹öÆ°ÀÌ ³²Àº °ø°£À» 1:1 ºñÀ²·Î °øÆòÇÏ°Ô ³ª´² °¡Áü */
    display: block !important;
    float: none !important; 
}
#membership .container__paddingX2 span img {
    width: 100% !important; /* ¹öÆ° ÀÌ¹ÌÁö°¡ ÀÚ±â ¿µ¿ª ¾È¿¡¼­ ²Ë Â÷°Ô */
}

/* º£³×ÇÍ 5: ¸ð¹ÙÀÏ ¸â¹ö½Ê ÅÇ µðÀÚÀÎ */
.mo-membership-wrap {
    width: 350px;
    margin: 0 auto;
}
.mo-tab-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0; 
    padding: 0;
    list-style: none !important;
}
.mo-tab-menu li {
    width: 62px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    background: #F4F2EA; 
    color: #888;
    cursor: pointer;
    background-image: none !important; /* ±âº» ½ºÅ² Á¡ »èÁ¦ */
}
.mo-tab-menu li.active {
    background: #12423e; 
    color: #fff;
    font-weight: semi-bold;
}
.mo-tab-content {
    display: none;
}
.mo-tab-content.active {
    display: block;
}

/* ÇÏ´Ü °íÁ¤ ¹öÆ° ¿µ¿ª */
.mo-fixed-bottom {
    position: fixed !important;
    bottom: 15px !important; /* ¹Ù´Ú¿¡¼­ 15px ¶ç¿ò */
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important; /* Åå »ó´ã ¹öÆ° µî°ú °ãÄ¡Áö ¾Ê°Ô ¸Ç ¾ÕÀ¸·Î*/
}


#membership {
    padding-bottom: 100px !important;
}
/* BASIC css end */

