


section{
    line-height: 1.6;
    font-size: 14px;
}


.attention-contents-nav{
   border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    margin-top: 40px;
}

.attention-contents-nav a{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
    color: #fff;
    transition-duration: 0.2s;
    border-bottom: solid 1px #fff;
     border-right: solid 1px #fff;
    text-align: center;
    font-size: 14px;
}

.attention-contents-nav a.hover{
    color: #fff;
   background: linear-gradient(to left, rgba(9, 39, 93, 1) 0%, rgba(8, 68, 85, 1) 40%, rgba(8, 68, 85, 1) 60%, rgba(9, 39, 93, 1) 100%);
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255,255,255,.5);
}



.attension-box{
    padding: 40px;
background: rgba(255,255,255,.8);
    margin-bottom: 40px;
    position: relative;
    color: #000;
}

.attension-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: solid 1px rgba(255, 255, 255, .3);
    pointer-events: none;
}

.modal-img{
    max-width: 540px;
    margin: 0 auto;
}

.icon{
     width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:40px;
   margin: 0 auto 40px;
}

.icon p{
    text-align: center;
    margin-top: 8px;
    color: #ffef5c;
    font-size: 20px;
    line-height: 1.2;
}
 h3{
    color: #fff;
    font-weight: 700;
    width: fit-content;
    padding: 2px 8px;
    margin-bottom: 8px;
        background: linear-gradient(to left, rgba(9, 39, 93, 1) 0%, rgba(8, 68, 85, .7) 40%, rgba(8, 68, 85, 1) 60%, rgba(9, 39, 93, 1) 100%);
    position: relative;
}

h3:after {
   content: "";
    display: block;
    position: absolute;
    top:1px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border: solid 1px #999;
    pointer-events: none;
}

h5{
   color: #000;
    font-weight: 700;
    width: fit-content;
    padding: 2px 8px;
    margin-bottom: 8px;
    background: #fff;
    position: relative;
}
h5:after{
    content: "";
    display: block;
    position: absolute;
    top:1px;
    left:1px;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border: solid 1px #999;
}

.slide-btn:before,.slide-btn:after{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right: 20px;
    transform: translate(0%,-50%);
    width:24px;
    height:24px;
   filter: invert(100);
    background:url(https://mrsgreenapple.com/static/mga/feature/anniv_live2025/new_250605/img/slide-icon.svg) no-repeat;
    background-position: center;
}

.slide-btn:before{
    transform: translate(0%,-50%) rotate(90deg);
    transition-duration: 0.2s;
}
.slide-btn.open:before{
    transform: translate(0%,-50%) rotate(360deg);

}


section video{
    width: 100%;
}

.slide-btn{
    border: solid 1px #000;
}
@media screen and (max-width: 896px){
    
    section{
        font-size: 12px;
    }
    .attention-contents-nav{
   border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
   
}

.attention-contents-nav a{
    font-size: 10px;
}



.attension-box{
    padding: 32px 20px;
    
    margin-bottom: 40px;
    position: relative;
}

}