@charset "utf-8";

header{background: #fff;}


.custom-tab-wrap {width:100%; max-width:1200px; margin:0 auto;}
.custom-tab-menu {display:flex; gap:16px; justify-content:center; margin-bottom:48px; margin-top:24px;}
.custom-tablink {border:none; outline:none; padding:12px 36px; font-size:19px; font-weight:500; border-radius:32px; background:#fff; color:var(--point-color); border:2px solid #e5eff0; cursor:pointer; transition:background .15s, color .15s;}
.custom-tablink.active {background:var(--point-color); color:#fff; border:2px solid var(--point-color); font-weight:700; }
.custom-tab-content {display:none; background:#fff; border-radius:20px; padding:32px; text-align:center;}
.custom-tab-content img {max-width:100%; height:auto; border-radius:16px;}
header .hd_wrap .hd_tel{color: var(--point-color);}
#gnb .gnb_menu_btn{color: var(--point-color);}
header h1.logo{display: none;}
header h1.logo02{display: block;}
header.fixed h1.logo02{display: block;}
header.fixed h1.logo{display: none;}
header .gnb_1da{color: var(--point-color);}
@media (max-width: 768px) {
    .custom-tab-menu {gap:8px; margin-bottom:20px;} 
    .custom-tablink {padding:8px 14px; font-size:14px;} 
    .custom-tab-content {padding:12px;}
}
