@charset "utf-8";

#customize .wh-1360{overflow:hidden}
#customize *{line-height:140%}
#customize .bg{background:var(--gray-100)}
#customize .tabs{display:flex;justify-content:center;gap:30px;margin-bottom:32px;padding:20px 0;}
#customize .tabs li{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:120px;height:120px;border-radius:12px;border:1px solid var(--gray-200);cursor:pointer;background:var(--white)}
#customize .icon-list img{width:70px}
#customize .tabs li.on{border-color: var(--green-mid)}
#customize .tabs li.on #caption-xl{color:var(--green-mid)}
#customize .tab_cont{display:none}
#customize .tabs li #caption-xl{color:var(--gray-400)}

/* 반응형 [s] */
@media (max-width:1024px){
#customize{background:#fff}
#customize .bg{background:none}
#customize .tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0}
#customize .tabs li{width:100%}
}
@media (max-width: 580px) {
#customize .tabs{margin-bottom:20px}
#customize .tabs li #caption-xl{font-weight:700}
#customize .tabs li{height:auto;padding:5px 0}
#customize .icon-list img{width:50px}
}