/* public */
/*#region*/

.product {
}

@media (min-width: 1440px) {
    .product .container {
        max-width: 1000px;
    }
}

/*#endregion*/

/* list */
/*#region*/
.product.list {

}

/*#endregion*/

/* detail */
/*#region*/
.product.detail {
    padding-top: 100px;
}

.product.detail .pro-head h1 {
    margin: 0;
    font-size: 70px;
    font-family: "Open Sans",'Arial black', sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
}

.product.detail .pro-head h2 {
    margin: 0;
    font-size: 48px;
}

.product.detail .pro-body {
    margin-top: 20px;
}

.pro-body .box {
    margin-bottom: 35px;
}

.pro-body .box:last-child {
    margin-bottom: 0;
}

.pro-body .box h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 500;
}

.pro-body .box p {
    margin: 0;
    text-align: justify;
}

.pro-body .box .items {
    margin-top: 20px;
}

.pro-body .box .items .item {
    text-align: center;
}

.pro-body .box .items img {
    max-width: 60% !important;
}

.pro-body .box .items h4 {
    margin: 10px 0 0;
    font-size: 16px;
    color: #999;
}

.box ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.pro-body .box table {
    width: 100%;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    box-shadow:0 0 10px rgba(0,0,0,.05)
}

.pro-body .box table thead {
    background: #adb1b3;
    color: #fff;
}

.pro-body .box table thead th {
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.pro-body .box table tbody {
    background: #d4d9db;
}

.pro-body .box table tbody th, .pro-body .box table tbody td {
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.pro-body .box table tbody tr:nth-of-type(even) {
    background: #fff;
}

.pro-body .box table tbody th {
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
    text-align: center;
}

.pro-body .box table tbody td {
    text-align: center;
}

.pro-body .box table tbody span {
    display: block;
    margin: 5px 0;
    border-bottom: 1px solid #fff;
}

.pro-body .box table tfoot td {
    background: #adb1b3;
    padding: 5px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.table-wrap .ex {
    position: relative;
    margin: 15px 0 0;
    padding-left: 20px;
}

.table-wrap .ex:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    background: #aeb1b3;
}

.table-wrap .ex p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.border-dashed-1 {
    border: 1px dashed #999;
}


@media (min-width: 768px) {

    .product.detail .pro-head {
        position: relative;
    }

    .product.detail .pro-head .img {
        padding-bottom: 5%;
    }

    .product.detail .pro-head .txt {
        position: absolute;
        bottom: 0;
    }

    .box .imgs {
        display: flex;
    }

    .box .imgs .item {
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {

    .product.detail {
        padding-top: 30px;
    }

    .product.detail .pro-head h1 {
        font-size: 36px;
    }

    .product.detail .pro-head h2 {
        font-size: 24px;
    }

    .pro-body .box {
        margin-top: 20px;
    }

    .pro-body .box h3 {
        font-size: 18px;
    }

    .pro-body .box p{
        font-size:14px;
    }

    .pro-body .box .grid {
        margin-bottom: 15px;
    }

    .pro-body .box .items h4 {
        font-size: 14px;
    }

    .table-wrap {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .table-wrap table {
        min-width: 250%;
    }
}

/**
 1 IOL-H2
 */

.box-1-1 {
    text-align: center;
}

.box-1-2 .dotted {
    margin-top: 15px;
    padding: 15px;
    border: 1px dashed #999;
    border-radius: 5px;
}

.box-1-2 p {
    line-height: 1.4;
}

.box-1-2 .imgs {
    margin-top: 10px;
}

.box-1-2 .imgs .item {
    margin-left: 10px;
}

.box-1-2 .imgs .item:nth-of-type(1) {
    margin-left: 0;
}

.box-1-4 table tbody tr:nth-of-type(odd) {
    background: #d4d9db !important;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .box-1-1 p {
        font-size: 16px;
    }
}

/**
 2 ISL-Z
 */
.box-2-1 li {
    margin-bottom: 10px;
}

/**
 3 IFW-2A
 */
.box-3-1 li {
    margin-bottom: 10px;
}

.box-3-2 h4 {
    margin: 0;
    text-align: center;
    line-height: 80px;
}

.box-3-2 h4 img {
    float: left;
    width: 80px;
}

.box-3-2 .item p {
    font-size: 24px;
    font-weight: 600;
}

.box-3-2 .txt p {
    margin: 10px 0;
}
@media(max-width:767px){
    .box-3-2 h4 {
        font-size:20px;
        line-height: 40px;
        text-align: left;
    }
    .box-3-2 h4 img {
        width: 40px;
        margin-right:10px;
    }
    .box-3-2 .item p{
        font-size:16px;
    }

}

/**
 4 IBF
 */
.box-4-1 .item{
    padding:15px;
}
.box-4-1 .item h4{
    margin:0;
    font-size:24px;
    font-weight:600;
}
.box-4-1 .item h4 img{
    float:left;
    margin-right:20px;
    width:55px;
}
.box-4-1 .item p{
    font-size:20px;
}
.box-4-1 .txt{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height:100%;
}
.box-4-1 .txt div{
    width:100%;
    margin-bottom:10px;
    padding:15px 0;
    text-align: center;
    background: #24427e;
    color:#fff;
}
@media(max-width:767px){
    .box-4-1 .item h4{
        font-size:20px;
    }
    .box-4-1 .item p{
        font-size:16px;
    }
}

/*#endregion*/

/*  */
/*#region*/

/*#endregion*/

