@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body {
  font-family: 'pretendard';
}

.service.event.detail .bbs-detail.innerfull .cont.full {
    overflow: unset !important;
}

.event-info-diy {
    margin: 0 auto;
    max-width: 1140px;
}

area {
    cursor: pointer;
}

section {
    overflow-x: hidden;
    margin:0 auto;
    width: 1140px;
}

section.section02 {
    background-color: #fff;
    width: 100%;
    max-width: 1140px;
    height: fit-content;
    position: sticky;
    top: 96px;
    z-index: 3;
}

section.section02 > div  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

section.section02 .tab-container{
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: space-between;
}

section.section02 a{
    width: 25%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;  
    font-size: 30px;
    font-weight: 600;
    border-bottom: 4px solid #e1e1e1;
    color: #b3b3b3;
}

section.section02 a.active {
    color: #47852c;
    border-bottom: 4px solid #47852c;
}

.tab-container > div > a {
  display: block;
}