@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 button {
    cursor: pointer
}

.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;
    font-size: 14px;
}

.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__left {
    width: 340px;
    margin-right: 40px;
    float: left
}

@media only screen and (max-width: 600px) {
    .product__main__result__left {
        width: 100%;
        margin-right: 0;
        float: none
    }
}

.product__main__result__left__category {
    border: 1px solid #025c90;
    padding: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__category {
        display: none
    }
}

.product__main__result__left__category .arrow {
    position: absolute;
    top: -100px;
    left: 5px;
    display: none
}

.product__main__result__left__category .arrow_box {
    position: relative;
    width: 220px;
    height: 70px;
    background-color: rgba(153, 200, 223, 0.7);
    padding: 10px;
    text-align: left;
    color: #787878;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.5
}

.product__main__result__left__category .arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(153, 213, 223, 0);
    border-top-width: 20px;
    border-bottom-width: 24px;
    border-left-width: 0px;
    border-right-width: 26px;
    margin-left: -52px;
    border-top-color: rgba(153, 200, 223, 0.7);
    top: 100%;
    left: 32%
}

.product__main__result__left__category h4 {
    font-size: 16px;
    font-weight: bold;
    color: #025c90;
    letter-spacing: 1.7px
}

.product__main__result__left__category__box {
    position: relative
}

.product__main__result__left__category__box::after {
    content: " ";
    border-style: solid;
    border-color: #025c90 transparent transparent transparent;
    border-width: 8px;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 0px;
    width: 0px
}

.product__main__result__left__category__box select {
    width: 100%;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 10px 0 28px
}

.product__main__result__left__category h5 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 18px
}

.product__main__result__left__category table tr th {
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 300;
    width: 80px;
    vertical-align: text-top;
    padding-top: 5px
}

.product__main__result__left__category table tr td {
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 300
}

.product__main__result__left__category table tr td span {
    padding: 2px 4px;
    display: inline-block;
    margin: 3px 3px 0 0;
    letter-spacing: 0.9px;
    cursor: pointer
}

.product__main__result__left__category__spec span {
    font-size: 12px;
    font-weight: 300;
    padding: 2px 4px;
    display: inline-block;
    margin: 3px 3px 0 0;
    letter-spacing: 0.9px;
    cursor: pointer
}

.product__main__result__left__category__all-view {
    text-align: center;
    margin: 25px 0 30px
}

.product__main__result__left__category__all-view button {
    border: 1px solid #909090;
    color: #909090;
    padding: 5px 25px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400
}

.product__main__result__left__category__search {
    text-align: center
}

.product__main__result__left__category__search button {
    color: #fff;
    border: none;
    background-color: #025c90;
    font-size: 14px;
    font-weight: bold;
    width: 280px;
    padding: 9px 0
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__category__search button {
        width: 100%
    }
}

.product__main__result__left__related {
    border: 1px solid #dcdcdc;
    padding: 30px
}

.product__main__result__left__related h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.7px;
    margin-bottom: 30px
}

.product__main__result__left__related ul li {
    cursor: pointer
}

.product__main__result__left__related ul > li {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px
}

.product__main__result__left__related ul > ul {
    display: inline-block;
    margin-left: 10px
}

.product__main__result__left__related ul > ul > li {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px
}

.product__main__result__left__related ul > ul > ul {
    display: none;
    margin-left: 10px
}

.product__main__result__left__related ul > ul > ul > li {
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 4px
}

.product__main__result__left__related__button {
    text-align: center;
    margin-top: 25px
}

.product__main__result__left__related__button button {
    background-color: transparent;
    border: 1px solid #025c90;
    font-size: 14px;
    font-weight: bold;
    color: #025c90;
    width: 280px;
    padding: 9px 0
}

@media only screen and (max-width: 600px) {
    .product__main__result__left__related__button button {
        width: 100%
    }
}

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

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

.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__item {
    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%
    }
}

.product__main__result__right__index__img {
    width: 160px;
    height: 118px;
    float: left;
    margin-right: 20px
}

@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: 400px;
    float: right
}

@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__result__right__faq {
    margin-bottom: 25px
}

.product__main__result__right__faq h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

@media only screen and (max-width: 600px) {
    .product__main__result__right__faq h2 {
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px dotted #cdcdcd;
        padding: 14px 0
    }
}

.product__main__result__right__faq ul li {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 12px 2px;
    padding-left: 17px;
    position: relative;
    line-height: 1.7
}

.product__main__result__right__faq ul li::before {
    border: 1px solid #000;
    content: "";
    height: 6px;
    width: 6px;
    left: 0;
    position: absolute;
    top: 7px
}

.product__main__result__right__faq ul li a {
    text-decoration: underline
}

.selected {
    color: #fff;
    background-color: #009dac
}

.tag {
    position: relative
}

.performance .sf-field-taxonomy-p_category ul {
    display: block !important;
}

.performance .sf-field-taxonomy-pickup ul {
    display: none !important;
}

.performance .sf-field-taxonomy-pickup h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;
    letter-spacing: 1.7px !important
}


.performance .sf-field-taxonomy-p_category h4 {
    padding-bottom: 5px;
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 1.7px;
    vertical-align: text-top;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    color: #025c90 !important;
}