section{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
}
section .sectionTitle h2.title{
    font-size: 42px;
    color: #2f2f2f;
    font-weight: bold;
}
section .sectionTitle p.content{
    font-size: 18px;
    color: #444444;
    margin-top: 30px;
    white-space: pre-line;
}

#mainVisual {
    margin-top: 100px;
    overflow: hidden;
}
#mainVisual .carousel-item{
    height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mainVisual .carousel-item .slideContents{
    padding-left: 65px;
    padding-top: 90px;
    height: 100%;
    background-color: transparent;
    width: 540px;
    color: #000000;
    position: absolute;
    left: 0%;
    transition: left 0.5s;
}
#mainVisual .carousel-item .slideContents.on{
    left: 0;
}
#mainVisual .carousel-item .slideContents h2.title{
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    white-space: pre-line;
}
#mainVisual .carousel-item .slideContents p.content{
    margin-top: 25px; 
    font-size: 18px;
    font-weight: 400;
}
#mainVisual .carousel-item .slideContents small{
    margin-top: 15px; 
    font-size: 14px;
    font-weight: lighter;
    display: block;
}
#mainVisual .carousel-item .slideContents a{
    background-color: #000000;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #000000;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin-top: 60px;
    transition: background-color 0.5s, color 0.5s;
}
#mainVisual .carousel-item .slideContents a i{
    margin-left: 10px;
}
#mainVisual .carousel-item .slideContents a:hover{
    background-color: transparent;
    color: #000;
}
#mainVisual .slideBtn{
    position: absolute;
    width: 540px;
    bottom: 120px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#mainVisual .slideBtn button{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    border-radius: 50%;
    transition: background-color 0.5s, color 0.5s;
}
#mainVisual .slideBtn button:hover{
    background-color: #000;
    color: #fff;
}
#introduction{
    padding: 100px 60px;
    box-shadow: none;
}
#introduction a{
    background-color: transparent;
    color: #000;
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 30px;
    display: block;
    width: fit-content;
    margin-top: 60px;
    transition: background-color 0.5s, color 0.5s;
}
#introduction a:hover{
    background-color: #000;
    color: #fff;
}
#benefit{
    background-color: #fefbf7;
    padding: 100px 62px;
    height: 780px;
}
#benefit article{
    margin-top: 120px;
}
#benefit .benefitList{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#benefit .benefitList li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#benefit .benefitList li .iconBox{
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#benefit .benefitList li .iconBox::before{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background-color: #e5e2de;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
#benefit .benefitList li .iconBox img{
    position: relative;
    z-index: 10;
}
#benefit .benefitList li h6{
    margin-top: 25px;
}
#video{
    margin-top: 150px;
    background-color: #fefbf7;
    padding: 150px 62px;
}
#video .play{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
#video .play iframe{
    position: absolute;
    z-index: 999;
}
#video .play::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content:'';
    display: block;
    background-color: #000;
    opacity: 0.5;
}
#video .sectionTitle{
    margin-top: 80px;
}
#video .sectionTitle h2.title{
    font-weight: 500;
}
#video .thumbnailList{
    margin-top: 90px;
}
#video .thumbnailList .item{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    background-color: #c8c8c8;
    border-radius: 30px;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#video .thumbnailList .item .titleBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 40px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: opacity 0.5s;
}
#video .thumbnailList .item .titleBox:hover{
    opacity: 1;
}
#video .owl-stage{
    padding-left:0px !important;
}

#model{
    border-radius: 0;
    padding: 0 62px;
    box-shadow: none;
    margin-top: 100px;
}
#model article.modelList{
    margin-top: 90px;
}
#model article.modelList ul li{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 6px 0px rgba(40,40,40,0.04);
    cursor: pointer;
}
#model article.modelList ul li + li{
    margin-top: 20px;
}
#model article.modelList ul li .picture{
    width: 60%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#model article.modelList ul li .contents{
    width: 40%;
    padding: 70px 65px;
}
#model article.modelList ul li .contents .title{
    font-size: 32px;
    color: #000;
}
#model article.modelList ul li .contents .subTitle{
    font-size: 20px;
    color: #444444;
}
#model article.modelList ul li .contents .content{
    font-size: 22px;
    color: #444444;
    margin-top: 45px; 
    white-space: pre-line;
}
#profile{
    margin-top: 190px;
    background-color: #fefbf7;
    padding: 150px 62px;
}
#profile article{
    margin-top: 25px;
}
#profile article #profileTab{
    gap: 10px;
}
#profile article #profileTab button{
    padding: 5px 24px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    transition: background-color 0.5s, color 0.5s;
    background-color: transparent;
    border-radius: 20px;
    
}
#profile article #profileTab button:hover,#profile article #profileTab button.active{
    background-color: #000;
    color: #fff;
}

#profile article #profileTabContent .profile{
    margin-top: 70px;
}
#profile article #profileTabContent .profile .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(40,40,40,0.04);
    padding: 30px 0;
}
#profile article #profileTabContent .owl-stage{
    padding-left: 0!important;
}
#profile article #profileTabContent .profile .item .picture{
    width: 175px;
    height: 175px;
    /* background-color: #c8c8c8;
    border-radius: 50%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#profile article #profileTabContent .profile .item .info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#profile article #profileTabContent .profile .item .info .role{
    color: #444444;
    font-size: 14px;
    line-height: 1;
}
#profile article #profileTabContent .profile .item .info .name{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
#profile article #profileTabContent .profile .item .info .history{
    margin-top: 20px;
}
#profile article #profileTabContent .profile .item .info .history > li{
    color: #444444;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
#profile article #profileTabContent .profile .item .info .history > li + li{
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #wrap{
        padding: 0 15px;
    }
    #mainVisual {
        border-radius: 15px;
    }
    #mainVisual .carousel-item{
        height: 200px;
    }
    #mainVisual .carousel-item .slideContents{
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    #mainVisual .carousel-item .slideContents h2.title{
        font-size: 18px;
        white-space: nowrap;
    }
    #mainVisual .carousel-item .slideContents p.content{
        font-size: 14px;
        margin-top: 5px;
    }
    #mainVisual .carousel-item .slideContents small{
        margin-top: 5px;
        font-size: 12px;
    }
    #mainVisual .carousel-item .slideContents a{
        display: none;
    }
    #mainVisual .slideBtn{
        display: none;
    }
    #introduction{
        padding: 0;
        margin-top:70px;
        overflow: visible;
    }
    #introduction .sectionTitle h2.title{
        display: none;
    }
    #introduction .sectionTitle p.content{
        font-size: 14px;
        margin-top: 0;
    }
    #introduction a{
        margin-top: 30px;
    }
    #benefit{
        margin-top: 80px;
        padding: 25px 30px 80px;
        height: auto;
    }
    #benefit .sectionTitle h2.title{
        font-size: 20px;
    }
    #benefit .sectionTitle p.content{
        font-size: 13px;
        font-weight: 100;
        margin-top: 10px;
    }
    #benefit .benefitList{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #benefit article{
        margin-top: 25px;
    }
    #benefit .benefitList li .iconBox{
        width: 90px;
        height: 90px;
    }
    #benefit .benefitList li h6{
        font-size: 14px;
        margin-top: 5px;
    }
    #benefit .benefitList li:nth-child(n+3){
        margin-top: 10px;
    }
    #video{
        padding: 25px 30px;
        margin-top: 30px;
    }
    #video .sectionTitle{
        margin-top: 10px;
    }
    #video .sectionTitle h2.title{
        font-size: 20px;
    }
    #video .sectionTitle p.content{
        font-size: 13px;
        font-weight: 100;
        margin-top: 10px;
    }
    #video .thumbnailList{
        margin-top: 30px;
    }
    .owl-carousel.owl-item{
        width: 200px !important;
        
    } */
    #video .thumbnailList .item{
        border-radius: 10px;
    }
    #model{
        padding: 0;
    }
    #model .sectionTitle h2.title{
        font-size: 20px;
    }
    #model .sectionTitle p.content{
        font-size: 13px;
        font-weight: 100;
        margin-top: 10px;
    }
    #model article.modelList{
        margin-top: 30px;
    }
    #model article.modelList ul li{
        height: 95px;
        border-radius: 10px;
    }
    #model article.modelList ul li .picture{
        width: 55%;
    }
    #model article.modelList ul li .contents{
        padding: 0;
        display: flex;
        padding-left: 20px;
        justify-content: center;
        flex-direction: column;
    }
    #model article.modelList ul li .contents .title{
        font-size: 18px;
    }
    #model article.modelList ul li .contents .subTitle{
        font-size: 13px;
    }
    #model article.modelList ul li .contents .content{
        display: none;
    }
    #profile{
        padding: 25px 30px;
        margin-top: 30px;
    }
    #profile .sectionTitle h2.title{
        font-size: 20px;
    }
    #profile .sectionTitle p.content{
        font-size: 13px;
        font-weight: 100;
        margin-top: 10px;
    }
    #profile article #profileTabContent .profile .item{
        border-radius: 8px;

    }
    #profile article #profileTabContent .profile .item .picture{
        width: 110px;
        height: 110px;
    }
    #profile article #profileTabContent .profile .item .info .role{
        font-size: 13px;
    }
    #profile article #profileTabContent .profile .item .info .name{
        font-size: 13px;
        
    }
    #profile article #profileTabContent .profile .item .info .history > li{
        font-size: 12px;
    }
    #profile article #profileTabContent .profile .item .info .history > li a{
        font-size: inherit;
    }
}
