@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.product {
    box-sizing: border-box
}

.product .b-nv {
    width: 960px
}

.product .contents {
    padding-bottom: 20px
}

@media print,
screen and (min-width: 601px) {
    .product .contents {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 20px
    }
}

.product .contents-head {
    padding-bottom: 0;
    margin-bottom: 40px
}

@media only screen and (max-width: 600px) {
    .product .contents-head {
        display: block
    }
}

.product .contents-head__bottom {
    background-color: #e8f0f5
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom {
        padding: 25px 30px
    }
}

.product .contents-head__bottom__img {
    width: 200px;
    height: 150px;
    background-color: #eeeeee;
    float: left
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom__img {
        width: 100%;
        float: none
    }
}

.product .contents-head__bottom__txt {
    float: left;
    width: 760px;
    height: 150px;
    font-size: 12px;
    font-weight: bold;
    padding: 25px 30px
}

@media only screen and (max-width: 600px) {
    .product .contents-head__bottom__txt {
        width: 100%;
        height: auto;
        float: none;
        padding: 25px 0 0 0
    }
}

.product .contents-head__bottom__txt p {
    line-height: 2.2;
    letter-spacing: 2.9px
}

.product__main__s-heading {
    border-bottom: 1px solid #025c90;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #cacaca
}

@media only screen and (max-width: 600px) {
    .product__main__s-heading {
        border-top: 1px solid #025c90;
        border-bottom: none;
        padding-top: 15px;
        margin-bottom: 0;
        text-align: center
    }
}

.product__main__s-heading span {
    font-size: 14px;
    font-weight: 300
}

.product__main__s-heading__button {
    background-color: #eeeeee;
    text-align: center;
    padding: 12px 0;
    margin-top: 15px
}

.product__main__s-heading__button button {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    background-color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    padding: 10px 0;
    position: relative;
    letter-spacing: 1.7px
}

.product__main__s-heading__button .close::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 32%;
    right: 30px
}

.product__main__s-heading__button .open::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 30px
}

.product__main__result__right {
    width: 960px;
    float: right
}

@media only screen and (max-width: 600px) {
    .product__main__result__right {
        width: 100%;
        float: none
    }
    .product__main__result__right__index h3 {
        margin-bottom: 10px;
    }
    
}

.product__main__result__right__index h3 {
    color: #025c90;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
    letter-spacing: 3px
}

.product__main__result__right__index h3 a {
    color: #025c90;
    text-decoration: none
}

.product__main__result__right__index__item {
    width: 960px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: inline-block
}

.product__main__result__right__index__item:nth-child(2n) {
    margin-right: 0
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__item {
        border-bottom: none;
        vertical-align: text-top;
        width: 45%;
        margin-right: 8%;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}

.product__main__result__right__index__img {
    width: 160px;
    height: 118px;
    float: left;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    margin-right: 20px;
}

.product__main__result__right__index__img img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__img {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}

.product__main__result__right__index__txt {
    width: 780px;
    float: right
}

.product__main__result__right__index__txt ul {
    padding: 0 20px;
    margin: 0;
}


.product__main__result__right__index__txt ul li {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.9px;
    line-height: 1.6;
    margin-top: 0px;
    padding-top: 3px;
}

.product__main__result__right__index__txt ul li::before {
    position: absolute;
    top: 10px;
    left: -13px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #000;
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__index__txt {
        padding-top: 2px;
        height: 60px;
        overflow: hidden;
        width: 100%
    }
}

.product__main__result__right__index__txt p {
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.9px;
    line-height: 2;
    margin-top: -8px
}

.product__main .pnavi {
    text-align: center
}

.product__main .pnavi .current {
    color: #fff !important;
    background: #303030 !important
}

.product__main .pnavi .prev {
    display: inline-block !important;
    color: #303030;
    text-decoration: none
}

.product__main .pnavi .next {
    display: inline-block !important;
    color: #303030;
    text-decoration: none
}

.product__main .pnavi .dots {
    display: none !important
}

.product__main .pnavi .page-numbers {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.product__main .pnavi .page-numbers:hover {
    color: #fff;
    background: #303030
}

.product__main .pnavi .page-numbers:active {
    color: #fff;
    background: #303030
}

@media only screen and (max-width: 600px) {
    .product__main .pnavi .page-numbers {
        width: 40px;
        height: 40px
    }
}

.product button {
    cursor: pointer
}
