#mainVisual{
    margin-top: 100px;
}
#mainVisual .mainTitle{
    text-align: center;
}
#mainVisual .mainTitle h5{
    font-size: 18px;
    color: #444444;
}
#mainVisual .mainTitle h1{
    font-size: 42px;
    color: #000000;
    font-weight: 500;
}
#productTab #profileTab{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 80px;
}
#productTab #profileTab li{
    flex: 1;
}
#productTab #profileTab li button{
    display: block;
    background-color: #fefbf7;
    border-radius: 13px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #181818;
    line-height: 1;
    padding: 40px 0;
    transition: background-color 0.5s, color 0.5s;
}
#productTab #profileTab li button:hover,#productTab #profileTab li button.active{
    background-color: #262626;
    color: #fff;
}
#productTab #profileTab li button small{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
#productTab #productTabContent{
    margin-top: 80px;
}
#productTab #productTabContent .title{
    width: 100%;
    max-width: 1400px;
    height: 425px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#productTab #productTabContent .title .titleBox{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#productTab #productTabContent .title h5{
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}
#productTab #productTabContent .title h2{
    font-size: 48px;
    font-weight: bold;
    color: #e59e45;
}
#productTab #productTabContent article{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
}
#productTab #productTabContent article .badge{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #272727;
    background-color: #dbd8d1;
    border-radius: 10px;
    width: fit-content;
    padding: 20px 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
#productTab #productTabContent article .roundBox{
    padding: 35px;
    background-color: #fefbf7;
    border-radius: 15px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
}
#productTab #productTabContent article.profile{
    display: flex;
    justify-content: space-between;
}
#productTab #productTabContent article.profile .pictureBox .roundBox{
    padding: 0;
    width: 300px;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#productTab #productTabContent article.profile .infoBox{
    flex: 0 0 70%;
    height: 100%;
}
#productTab #productTabContent article.profile .infoBox .roundBox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
#productTab #productTabContent article.profile .infoBox .roundBox .contents{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
#productTab #productTabContent article.profile .infoBox .roundBox .name{
    font-size: 18px;
    color: #444444;
    margin-bottom: 15px;
}
#productTab #productTabContent article.profile .infoBox .roundBox b{
    font-size: 24px;
    font-weight: bold;
}
#productTab #productTabContent article.profile .infoBox .roundBox ul li+li{
    margin-top: 15px;
}
#productTab #productTabContent article.story .roundBox{
    white-space: pre-wrap;
}
#productTab #productTabContent article.info .information{
    margin-top: 25px;
}
#productTab #productTabContent article.info .information dl{
    display: flex;
}
#productTab #productTabContent article.info .information dl+dl{
    margin-top: 10px;
}
#productTab #productTabContent article.info .information dl dt{
    width: 145px;
    font-size: 18px;
    color: #272727;
    font-weight: 600;
}
#productTab #productTabContent article.info .information dl dd::before{
    content:':';
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    margin-right: 5px;
}
#productTab #productTabContent article.info .information dl dd{
    font-size: 18px;
    color: #272727;
    font-weight: 300;
}
#productTab #productTabContent article.diagram .imageBox{
    display: flex;
    flex-direction: column;
    align-items: center; 
}  
#productTab #productTabContent article.image{
    max-width: none;
    background-color: #fefbf7;
    padding: 100px 0 150px;
}
#productTab #productTabContent article.image .titleBox{
    max-width: 1400px;
    margin: 0 auto;
}
#productTab #productTabContent article.image .titleBox h6{
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}
#productTab #productTabContent article.image .titleBox h3{
    font-weight: bold;
    font-size: 25px;
    color: #e59e45;
}
#productTab #productTabContent article.image .imageList{
    max-width: 1190px;
    margin: auto;
    margin-top: 50px;
}
#productTab #productTabContent article.image .imageList li + li{
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    article{
        padding: 0 15px;
    }
    #mainVisual{
        display: none;
        margin-top: 45px;
    }
    #mainVisual .mainTitle h5{
        font-size: 13px;
    }
    #mainVisual .mainTitle h1{
        font-size: 20px;
    }
    #mainVisual article h1{
        font-size: 20px;
    }
    #mainVisual article p{
        margin-top: 20px;
        font-size: 13px;
    }
    #mainVisual article{
        padding: 30px;
        margin-top: 45px;
    }
    #productTab #profileTab{
        margin-top: 45px;
        padding: 10px 15px;
        gap: 20px;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    #productTab #profileTab li{
        width: 108px;
        flex: none;
    }
    #productTab #profileTab li button{
        font-size: 13px;
        padding: 10px 0;
        background-color: transparent;
        border: 1px solid #262626;
    }
    #productTab #profileTab li button small{
        display: none;
    }
    #productTab #productTabContent{
        margin-top:20px;
    }
    #productTab #productTabContent .title{
        height: 122px;
        padding: 0 15px;
    }
    #productTab #productTabContent .title h5{
        display: none;
    }
    #productTab #productTabContent .title h2{
        font-size: 20px;
    }
    #productTab #productTabContent article.profile .badge{
        display: none;
    }
    #productTab #productTabContent article.profile .pictureBox{
        flex: 0 0 50%;
    }
    #productTab #productTabContent article.profile .pictureBox .roundBox{
        width: 200px;
        height: 200px;
    }
    #productTab #productTabContent article.profile .infoBox{
        flex: 0 0 50%;
    }
    #productTab #productTabContent article.profile .infoBox .roundBox{
        padding: 0 15px;
        background-color: transparent;
        height: 200px;
        box-shadow: none;
    }
    #productTab #productTabContent article.profile .infoBox .roundBox .contents{
        flex-direction: column;
        align-items: flex-start;
    }
    #productTab #productTabContent article.profile .infoBox .roundBox ul li{
        font-size: 13px;
    }
    #productTab #productTabContent article.profile .infoBox .roundBox ul li+li{
        margin-top: 0;
    }
    #productTab #productTabContent article .badge{
        font-size: 13px;
        width: 64px;
        height: 30px;
    }
    #productTab #productTabContent article.info .information dl dt{
        font-size: 13px;
        width: 105px;
    }
    #productTab #productTabContent article.info .information dl dd{
        font-size: 13px;
        width: calc(100% - 105px);
    }
    #productTab #productTabContent article.info .information dl dd::before{
        font-size: 13px;
    }
    #productTab #productTabContent article.image{
        padding: 25px 15px;
    }
}