tbody, td, tfoot, th, thead, tr,caption{
	background:#fff;
}
.header__bottom {
	padding:10px 0;
}
.header__feature__item{
	width:fit-content;
	border-radius:5px;
	border:1px solid #000;
	padding:5px 10px;
}



/* header */

/* subpage banner */
.subapge_banner{
	width:100%;
	max-width:2560px;
	margin:0 auto;
	height:250px;
	background-position:center;
}

.subapge_banner h3{
	color:#fff;
	text-align:Center;
	width:100%;
	background-size:cover;
	position:relative;
	padding-top:100px;
}

.subapge_banner_notice{
	background-image:url('/alteo/img/subpage_banner_notice.png');
}
.subapge_banner_qna{
	background-image:url('/alteo/img/subpage_banner_qna.png');
}

.subapge_banner_member{
	background-image:url('/alteo/img/subpage_banner_member.png');
}

.subapge_banner_adm{
	background-image:url('/alteo/img/subpage_banner_adm.png');
}

.subapge_banner_shop{
	background-image:url('/alteo/img/subpage_banner_shop.png');
}
.subapge_banner_manage{
	background-image:url('/alteo/img/subpage_banner_shop.png');
}
.subapge_banner_mypage{
	background-image:url('/alteo/img/subpage_banner_mypage.png');
}

/* Header Customizations */
.header__layout__2 {
    border-bottom: 1px solid #eee;
}

.header__layout__2 .headerarea__middle {
    padding: 0px 0;
    border-bottom: 1px solid #eee;
}

.header__layout__2 .desktop__menu__wrapper .common__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Phone info block */
.header__layout__2 .header__feature__item {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 8px 15px;
    border-radius: 8px;
    width: max-content;
}
.header__layout__2 .header__feature__icon {
    margin-right: 10px;
}
.header__layout__2 .header__feature__icon svg {
    width: 20px;
    height: 20px;
    color: #555;
}
.header__layout__2 .header__feature__info {
    line-height: 1.2;
}
.header__layout__2 .header__feature__info h6 {
    font-size: 13px;
    margin-bottom: 2px;
    color: #555;
    font-weight: normal;
}
.header__layout__2 .header__feature__info p {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Logo */
.header__layout__2 .main_menu_wrap {
    flex-grow: 1;
}
.header__layout__2 .headerarea__logo {
    text-align: center;
}
.header__layout__2 .headerarea__logo a.logo {
    font-size: 38px;
    font-weight: 900;
    color: #222;
    text-decoration: none;
}

/* Right side menu */
.header__layout__2 .headerarea__right__nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__layout__2 .headerarea__right__nav li {
    margin-left: 20px;
}
.header__layout__2 .headerarea__right__nav li a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
	margin-left:0;
}

/* Bottom Navigation */
.header__layout__2 .header__bottom {
    padding: 5px 0;
}
.header__layout__2 .headerarea__main__menu > nav > ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__layout__2 .headerarea__main__menu > nav > ul > li {
    margin: 0 30px;
    position: relative;
}
.header__layout__2 .headerarea__main__menu > nav > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    position: relative;
}

.header__layout__2 .desktop__menu__wrapper .col-xl-4{

}
/* New badge */
.header__layout__2 .headerarea__main__menu .header__label {
    background-color: #ff4d4d;
    color: white;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    right: 0px;
    font-weight: normal;
}

/* Hide Bootstrap columns on desktop for flex layout */
@media (min-width: 992px) {
    .header__layout__2 .desktop__menu__wrapper .col-xl-4 {
        width: auto;
        flex: 0 0 auto;
    }
	
} 

/* tail css */
#ft {
    background: #1c1c1c;
    padding: 50px 0;
    color: #888;
    font-size: 13px;
	min-width:auto;
}

#ft_wr,#ft_copy{
	width:100%;
	max-width:1200px;
}
#ft a {
    color: #fff;
}

#ft a:hover {
    color: #fff;
}

#ft_wr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 30px;
    box-sizing: border-box;
}

#ft_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

#ft_link li {
    margin-bottom: 0;
}

#ft_link a {
    font-weight: bold;
    font-size: 15px;
    color: #ddd;
    text-decoration: none;
}

#ft_company {
    text-align: center;
}

#ft_company h2 {
    display: none;
}

#ft_company .ft_info {
    color: #888;
    line-height: 2;

}

#ft_company .ft_info b {
    font-weight: normal;
    margin-right: 8px;
}

#ft_copy {
    border-top: 1px solid #333;
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #666;
} 


#ft_wr .ft_cnt{
	float:none;
	width:100%;
}

#ft_social {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.social_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px; /* 아이콘+텍스트 사이 간격 */
    list-style: none;
    padding: 0;
    margin: 0 auto;
	border-bottom:1px solid #fff;
}

.social_links li {
    margin: 0;
}

.social_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* 아이콘과 텍스트 사이 간격 */
    width: auto;
    height: 48px;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 18px;
    color: #fff;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0 18px 0 12px;
    font-weight: 500;
    line-height: 1;
}

.social_youtube {
    background: #ff0000;
}
.social_instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social_links a svg {
    width: 28px;
    height: 28px;
    display: block;
    flex-shrink: 0;
}

.social_links a:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    opacity: 0.92;
}

@media (max-width: 600px) {
    .social_links {
        gap: 16px;
    }
    .social_links a {
        height: 38px;
        font-size: 15px;
        padding: 0 10px 0 8px;
    }
    .social_links a svg {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 600px) {
    .social_links {
        gap: 16px;
    }
    .social_links a svg {
        width: 20px;
        height: 20px;
    }
}



@media (max-width: 1024px) {
   
   .row{
	   position:relative;
	   height:50px;
   }
	
	.row .logo_box{
		position:absolute;
		left:50%;
		margin-left:-49.5px;
	}
	
	.row .menu_box{
		left:15px;
	}
	.row .icon_box{
		position:absolute;
		right:0px;
	}
	
} 