@charset "utf-8";

.web{
    width: 100%;
    height: 82vh;
}
.web .web-wrap{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.web span{}
.web .left-box{
    flex-basis: 50%;
    padding-right: 50px;
}
.web .left-box h2{
    font-size: 5.1em;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: left;
    color: #3d3d3d;
    white-space: nowrap;
    margin-bottom: 50px;
}
.web .left-box img{
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.web .right-box{
    flex-basis: 50%;
    border-left: 1px solid #77736d;
    padding-left: 50px;
    padding-top: 50px;
}
.web .right-box > div{
    width: 100%;
    margin-bottom: 20px;
}
.web .right-box > div .title{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d;
    align-items: center;
}
.web .right-box > div h3{
    font-size: 2.3em;
}
.web .right-box > div img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.web .right-box > div .slide-content{}
.web .right-box > div .slide-content .contents{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 15px;
}
.web .right-box > div .slide-content .sub-title{}
.web .right-box > div .slide-content .sub-title > p{
    font-size: 1.5em;
}

.web .right-box > div .slide-content .decs .decs-content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 20px;
}
.web .right-box > div .slide-content .decs .decs-content > p{}
.web .right-box > div .slide-content .decs .decs-content .color{
    display: flex;
    gap: 5px;
}
.web .right-box > div .slide-content .decs .decs-content .color1{
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;

}
.web .right-box > div .slide-content .decs .decs-content .color2{
    background-color: #ffed87;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color3{
    background-color: #ff1616;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color4{
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color5{
    background-color: #ffd900;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color6{
    background-color: #ff7300;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color7{
    background-color: #f3ece4;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color8{
    background-color: #4e4e4e;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .decs .decs-content .color9{
    background-color: #161616;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.web .right-box > div .slide-content .content-btn{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.web .right-box > div .slide-content .content-btn a{
    display: block;
    border: 2px solid #504b44;
    padding: 8px 27px;
    text-align: center;
    margin: 12px 0 12px;
    border-radius: 25px;
    transition: .3s;
}
.web .right-box > div .slide-content .content-btn a:hover{
    background-color: #4a4a4a;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s ease;
}

.modal-body {
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.footer{
    position: relative;
}

@media screen and (max-width:1200px){
    .web{
        width: 96%;
    }
    .web .left-box{
        padding-left: 13%;
    }
    .web .left-box img{
        width: 375px;
    }
}
@media screen and (max-width:1100px){
    .web .left-box{
        padding-left: 10%;
    }
    .web .left-box img{
        width: 375px;
    }
    .web .right-box{
        padding-left: 40px;
        padding-top: 50px;
    }
}
@media screen and (max-width:1000px){
    .web .left-box h2{
        font-size: 4.7em;
        margin-bottom: 30px;
    }
    .web .left-box img{
        width: 330px;
    }
}
@media screen and (max-width:900px){
    .web .left-box h2{
        font-size: 4.5em;
        margin-bottom: 30px;
    }
    .web .left-box img{
        width: 280px;
    }
    .web .right-box > div{
        width: 350px;
        margin-bottom: 20px;
    }
    .web .right-box > div h3{
        font-size: 1.8em;
    }
    .web .right-box > div .slide-content .sub-title > p{
        font-size: 1.2em;
    }
    .web .right-box > div .slide-content .content-btn{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .web .right-box > div .slide-content .content-btn a{
        padding: 8px 18px;
    }
    .web .right-box > div .slide-content{
        padding: 0 2%;
    }
}
@media screen and (max-width:800px){
    .web .left-box{
        padding-left: 7%;
    }
    .web .left-box h2{
        font-size: 4em;
        margin-bottom: 30px;
    }
    .web .left-box img{
        width: 280px;
    }
    .web .right-box > div{
        width: 320px;
        margin-bottom: 20px;
    }
    .web .right-box > div h3{
        font-size: 1.8em;
    }
    .web .right-box > div .slide-content .sub-title > p{
        font-size: 1.2em;
    }
    .web .right-box > div .slide-content a{
        padding: 5px 0;
        font-size: 0.8em;
    }
}
@media screen and (max-width:680px){
    .web{
        height: 107vh;
    }
    .web .web-wrap{
        display: block;
    }
    .web .left-box{
        text-align: center;
    }
    .web .left-box h2{
        font-size: 4em;
        margin-bottom: 30px;
        text-align: center;
    }
    .web .left-box img{
        width: 440px;
        height: 300px;
    }
    .web .right-box > div{
        width: 380px;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    .web .right-box > div .title{
        padding: 15px 0;
    }
    .web .right-box > div h3{
        font-size: 2em;
    }
    .web .right-box > div .slide-content .sub-title > p{
        font-size: 1.3em;
    }
    .web .right-box > div .slide-content a{
        padding: 5px 0;
        font-size: 0.9em;
    }
}