.contentBox .leftBox,
.itemList li,
.productIntro .albumBox {
    box-sizing: border-box;
}
.contentBoxDetail,
.itemList,
.share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentBox .leftBox {
    width: 325px;
    padding: 0 150px 0 0;
}
@media (max-width: 1200px) {
    .contentBox .leftBox {
        width: 100%;
        padding: 0;
    }
}
.contentBox .rightBox {
    width: calc(100% - 325px);
}
@media (max-width: 1200px) {
    .contentBox .rightBox {
        width: 100%;
        padding: 0;
    }
}
.classNote {
    color: #626262;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.classNote img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.classNote table {
    width: 100%;
    text-align: center;
}

.classNote table th {
    background-color: rgb(221, 221, 221);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    /*width: 33.33%;*/
    text-align: center;
    font-size: 16px;
    color: #222;
}

.classNote table th.tabletop {
    background-color: rgb(0, 89, 157);
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    width: 100%;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
}

.classNote table td {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    color: #555;
    vertical-align: middle;
}

.classNote table td img {
    /*min-width: 80px;*/
}

.classNote table td a.pp {
    color: #555;
}

@media (max-width: 768px) {
    .classNote table td {
    font-size: 13px;
}
}


@media (max-width: 1200px) {
    .sectionTitle {
        display: none;
    }
}
.itemList li {
    width: calc(100% / 3 - 20px);
    margin: 0 30px 30px 0;
}
.itemList li:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 768px) {
    .itemList li {
        width: calc(100% / 2 - 15px);
    }
    .itemList li:nth-child(3n) {
        margin-right: 30px;
    }
    .itemList li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .itemList li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .itemList li:nth-child(2n),
    .itemList li:nth-child(3n) {
        margin-right: 0;
    }
}
.itemList .Img {
    position: relative;
}
.itemList .Img a {
    display: block;
    overflow: hidden;
}
.itemList .Img img {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itemList .Txt {
    padding: 15px;
    text-align: center;
}
.itemList .Txt h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #050505;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
@media (min-width: 1201px) {
    .itemList .Txt h3 a:hover {
        color: #1577c3;
    }
}
.itemList .Txt p {
    color: #626262;
    height: 60px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.itemList .price {
    margin-top: 10px;
}
.itemList .price strong {
    display: inline-block;
    margin: 0 5px;
}
.itemList .price .discount b {
    font-style: italic;
    font-size: 18px;
    color: #050505;
}
.itemList .ribbon_hot,
.itemList .ribbon_new {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 99;
    display: block;
    width: 112px;
    height: 112px;
    text-indent: -9999px;
}
.itemList .ribbon_new {
    background: url("../images/ribbon_new.png") no-repeat;
}
.itemList .ribbon_hot {
    background: url("../images/ribbon_hot.png") no-repeat;
}
.productIntro {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .productIntro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.productIntro .albumBox {
    width: 100%;
}
@media (min-width: 769px) {
    .productIntro .albumBox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-right: 30px;
    }
}
.productIntro .albumBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
    height: 400px;
}
.productIntro .albumBox .side_album {
    width: 100%;
    margin: 5px 0;
}
.productIntro .albumBox .side_album li {
    float: left;
    width: 16.6%;
    padding: 5px;
    overflow: hidden;
}
.productIntro .albumBox .side_album img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.productIntro .albumBox .side_album a {
    display: block;
}
.productIntro .introBox {
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}
.productIntro .introBox .articleTitle {
    margin-top: 0;
}
.productIntro .introBox .Txt {
    color: #626262;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.productIntro .introBox .Txt span {
    color: #1b62a8;
}
.productIntro .introBox .btn {
    display: inline-block;
    margin-top: 20px;
}
.productIntro .introBox .btn a {
    background-color: #0068b7;
    border: 1px solid #0068b7;
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
@media (min-width: 1201px) {
    .productIntro .introBox .btn a:hover {
        background-color: transparent;
        color: #0068b7;
    }
}
.share {
    border-top: 1px dashed #cbcbcb;
    padding-top: 15px;
    margin-top: 20px;
}
.share b {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.share a {
    width: 25px;
    color: #626262;
    font-size: 18px;
    margin: 0 2.5px;
    text-align: center;
}
@media (min-width: 1201px) {
    .share a:hover {
        color: #0068b7;
    }
}
.code {
    color: #626262;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


#photo-gallery{
  column-count: 2;
  column-gap: 10px;
  width: 100%; 
  margin:0 auto;
}
#photo-gallery img{
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  height: 400px;
}


@media (max-width: 480px) {
    #photo-gallery{
  column-count: 1;
    }
#photo-gallery img{
  height: 300px;
}
}