html {
    scroll-behavior: smooth;
    font-family: 'Futura PT', 'Noto Sans KR', sans-serif;
}
img {
    display: block;

}

.tab-section {
    display: flex;
    justify-content: center;
    padding: 0;
    margin:0 auto;
}

.button-list {
    display: flex;
    text-align: center;
    gap: 1px;
    border:none;
    max-width:100%;
}

.tabBtn {
    background-color: #072b72;
    color: white;
    font-family:  'Futura PT', 'Noto Sans KR', sans-serif;
    font-weight: bold;
    height: 60px;
    font-size: 26px;
    line-height: 2.5;
    cursor: pointer;
    margin: 0 auto;
    border: none;
}

.tabBtn:hover {
    background-color: #eeebe3;
    color: #000;
    border:none;
}

.tab-content-wrapper {
    margin: 0 auto;
    border: none;
    background: transparent;
    font-size: 0;
}
.tab-content-wrapper img {
    vertical-align: top;
    font-size: initial; /* 글자 필요할 경우 개별적으로 초기화 */
}

.section-bg{
    max-width: 960px;
}

.image-wrapper {
    position: relative;
    margin: 0 auto;
    width: 960px;
    max-width: 100%;
}

.imgCont {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.btn-over-image {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 3;
    pointer-events: auto;
    width:80%;
}

.hbtn-over-image {
    position: absolute;
    bottom: 0.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width:100%;
}
.hbtn {
    width:75%;
    margin:0 auto;
}
.bbtn {
    width:100%;
}
.hover-button {
    display: block;
    background-image: url('../img/btn02_a.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
    width:100%;
}

.hover-button:hover {
    background-image: url('../img/btn02_b.png');
}

#howImageWrapper {
    display: none; /* 슬라이드 시 자동 제어됨 */
    margin: 20px auto;
    text-align: center;
}

#toggleHowBtn {
    display: block;
    margin: 0 auto;
    padding: 14px 24px;
    font-size: 16pt;
    background-color: transparent;
    border: none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1;
    position: relative; /* 이걸 absolute가 아닌 relative로 */
}

.tab-btn{
    flex: 1;
    width: 478px;
}
.tab-btn.active {
    background-color: #eeebe3;
    color: #000;
}
.event_section {
    margin-top: 0;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    flex-direction: row;
}

.active {
    background-color: #eeebe3;
    color: #000;
}

@media screen and (max-width: 700px) {}
.section-bg{
    max-width: 100%;
}

@media screen and (max-width: 540px){}


