.bigTitle:before {
    content: '';
    border-radius: 20px;
    box-shadow: 0 18px 28px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    height: 70px;
    bottom: 20px;
    right: 10px;
    width: 420px;
    transform: skewY(4deg)
}

.bigTitle:after {
    content: '';
    border-radius: 20px;
    box-shadow: 0 18px 28px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    height: 70px;
    bottom: 20px;
    left: 10px;
    width: 420px;
    transform: skewY(-4deg)
}

.bigTitle {
}

#detailBox {
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    z-index: 3
}

.isPhone .bigTitle .main {
    margin: 0 0.25rem;
    padding: 0.25rem
}

#detailBox:after {
    content: '';
    border-radius: 20px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    height: 100px;
    bottom: 20px;
    left: 10px;
    width: 390px;
    transform: skewY(-2deg)
}

#detailBox:before {
    content: '';
    border-radius: 20px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    height: 100px;
    bottom: 20px;
    right: 10px;
    width: 390px;
    transform: skewY(2deg)
}

.bigTitle .main {
    background: linear-gradient(180deg,#FFFFFF 0%,#E6E6E6 100%);
    position: relative;
    border-radius: 12px;
    text-align: center;
    z-index: 3;
    padding: 15px 0
}

.bigTitle .main h3 {
    font-size: 32px;
    color: #1D2129
}

.bigTitle .main span {
    color: #a9aeb8;
    margin-top: 15px;
    display: inline-block
}

.content #contentMain {
}

#content #contentMain {
    margin-top: 33px;
    padding: 30px;
    background: #ffffff;
    border-radius: 6px;
}
#content #contentMain video{
    width:1000px;
    height:auto;
    margin:auto;
    display:block
}
#content #contentMain p {
    line-height: 24px!important;
    margin-bottom: 16px!important;
    background: none!important;
}
#content #contentMain img{
    max-width: 100%;
}
#content table {
    border-collapse:collapse;
    width:100%;
}
#content table td {
    border:1px solid #c3c3c3;
    text-align:center;
    padding:5px!important;
}
.gallery {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gallery h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.main-image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main-image img {
    width: calc(100% - 100px);
    object-fit: cover;
    margin: auto;
    display: block;
}



.image-info {
    text-align: right;
    margin-bottom: 15px;
    font-weight: bold;
}

button.prev, button.next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.prev {
    left: 0;
}

button.next {
    right: 0;
}

.main-image:hover button.prev, .main-image:hover button.next {
    display: block;

}

.thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.thumbnail-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin: 10px 46px;
}

.thumbnail-container img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.6;
}

.thumbnail-container img.active {
    border: 2px solid #000;
    opacity: 1;
}
